PayflowProTokenInput
Contains input required to fetch payment token information for the Payflow Pro and Payments Pro payment methods.
type PayflowProTokenInput = {
cart_id: Scalars['String']['input']; /** A set of relative URLs that PayPal uses for callback. */
urls: PayflowProUrlInput;
};