The response schema for the getPaymentMethods operation.

GetPaymentMethodsResponse

interface GetPaymentMethodsResponse {
    paymentMethods?: PaymentMethodDetails[];
}

Properties

Properties

paymentMethods?: PaymentMethodDetails[]

The list of payment methods with payment method details.

GetPaymentMethodsResponse