export interface ListPaymentMethodsByCountryRequest { /** * Two-letter ISO 3166-1 ALPHA-2 code for the country. Uppercase. */ country: string; /** * The three-letter ISO 4217 code for the currency. Uppercase. */ currency?: string; } //# sourceMappingURL=ListPaymentMethodsByCountryRequest.d.ts.map