DeletePaymentTokenOutput
Indicates whether the request succeeded and returns the remaining customer payment tokens.
type DeletePaymentTokenOutput = {
__typename?: 'DeletePaymentTokenOutput'; /** A container for the customer's remaining payment tokens. */
customerPaymentTokens?: Maybe<CustomerPaymentTokens>; /** Indicates whether the request succeeded. */
result: Scalars['Boolean']['output'];
};