PaymentMethod |
PaymentMethod.addAppsItem(PaymentMethodUPIApps appsItem) |
|
PaymentMethod |
PaymentMethod.addBrandsItem(String brandsItem) |
|
PaymentMethod |
PaymentMethod.addInputDetailsItem(InputDetail inputDetailsItem) |
|
PaymentMethod |
PaymentMethod.addIssuersItem(PaymentMethodIssuer issuersItem) |
|
PaymentMethod |
PaymentMethod.apps(List<PaymentMethodUPIApps> apps) |
A list of apps for this payment method.
|
PaymentMethod |
PaymentMethod.brand(String brand) |
Brand for the selected gift card.
|
PaymentMethod |
PaymentMethod.brands(List<String> brands) |
List of possible brands.
|
PaymentMethod |
PaymentMethod.configuration(Map<String,String> configuration) |
The configuration of the payment method.
|
static PaymentMethod |
PaymentMethod.fromJson(String jsonString) |
Create an instance of PaymentMethod given an JSON string
|
PaymentMethod |
PaymentMethod.fundingSource(PaymentMethod.FundingSourceEnum fundingSource) |
The funding source of the payment method.
|
PaymentMethod |
PaymentMethod.group(PaymentMethodGroup group) |
group
|
PaymentMethod |
PaymentMethod.inputDetails(List<InputDetail> inputDetails) |
Deprecated.
|
PaymentMethod |
PaymentMethod.issuers(List<PaymentMethodIssuer> issuers) |
A list of issuers for this payment method.
|
PaymentMethod |
PaymentMethod.name(String name) |
The displayable name of this payment method.
|
PaymentMethod |
PaymentMethod.promoted(Boolean promoted) |
Indicates whether this payment method should be promoted or not.
|
PaymentMethod |
PaymentMethod.putConfigurationItem(String key,
String configurationItem) |
|
PaymentMethod |
PaymentMethod.type(String type) |
The unique payment method code.
|