PayflowExpressInput
Contains required input for Payflow Express Checkout payments.
type PayflowExpressInput = {
payer_id: Scalars['String']['input']; /** The token returned by the createPaypalExpressToken mutation. */
token: Scalars['String']['input'];
};