PayflowProInput
Contains input for the Payflow Pro and Payments Pro payment methods.
type PayflowProInput = {
cc_details: CreditCardDetailsInput; /** Indicates whether details about the shopper's credit/debit card should be tokenized for later usage. Required only if Vault is enabled for the PayPal Payflow Pro payment integration. */
is_active_payment_token_enabler?: InputMaybe<Scalars['Boolean']['input']>;
};