UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 254 B
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; };