/**
 * Successfully requested a payment method setup.
 */
export interface PaymentMethodSetUpResponse {
    /**
     * Client secret for registering a payment method for the payor.
     */
    clientSecret?: string;
}
