PaymentInstrumentRequirement |
PaymentInstrumentRequirement.addIssuingCountryCodesItem(String issuingCountryCodesItem) |
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.description(String description) |
Specifies the requirements for the payment instrument that need to be included in the request for a particular route.
|
static PaymentInstrumentRequirement |
PaymentInstrumentRequirement.fromJson(String jsonString) |
Create an instance of PaymentInstrumentRequirement given an JSON string
|
PaymentInstrumentRequirement |
TransferRouteRequirementsInner.getPaymentInstrumentRequirement() |
Get the actual instance of `PaymentInstrumentRequirement`.
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.issuingCountryCode(String issuingCountryCode) |
The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the payment instrument is issued.
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.issuingCountryCodes(List<String> issuingCountryCodes) |
The two-character ISO-3166-1 alpha-2 country code list for payment instruments.
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.onlyForCrossBalancePlatform(Boolean onlyForCrossBalancePlatform) |
Specifies if the requirement only applies to transfers to another balance platform.
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.paymentInstrumentType(PaymentInstrumentRequirement.PaymentInstrumentTypeEnum paymentInstrumentType) |
The type of the payment instrument.
|
PaymentInstrumentRequirement |
PaymentInstrumentRequirement.type(PaymentInstrumentRequirement.TypeEnum type) |
**paymentInstrumentRequirement**
|