Request parameters for getPaymentMethods operation in DefaultApi.

DefaultApiGetPaymentMethodsRequest

interface DefaultApiGetPaymentMethodsRequest {
    marketplaceId: string;
    paymentMethodTypes?: Set<GetPaymentMethodsPaymentMethodTypesEnum>;
}

Properties

marketplaceId: string

The identifier of the marketplace from which you want to retrieve payment methods. For the list of possible marketplace identifiers, refer to Marketplace IDs.

DefaultApiGetPaymentMethods

paymentMethodTypes?: Set<GetPaymentMethodsPaymentMethodTypesEnum>

A comma-separated list of the payment method types you want to include in the response.

DefaultApiGetPaymentMethods