Alokai

PaypalExpressUrlList

Contains a set of URLs that allow the buyer to authorize payment and adjust checkout details for Express Checkout and Payments Standard transactions.

type PaypalExpressUrlList = {
  __typename?: 'PaypalExpressUrlList'; /** The PayPal URL that allows the buyer to edit their checkout details. */
  edit?: Maybe<Scalars['String']['output']>; /** The URL to the PayPal login page. */
  start?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page