Alokai

PaypalExpressInput

Contains required input for Express Checkout and Payments Standard payments.

type PaypalExpressInput = {
  payer_id: Scalars['String']['input']; /** The token returned by the `createPaypalExpressToken` mutation. */
  token: Scalars['String']['input'];
};

Referenced Types

On this page