PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.balancePlatform(String balancePlatform) |
The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the payment instrument group belongs.
|
PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.description(String description) |
Your description for the payment instrument group.
|
static PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.fromJson(String jsonString) |
Create an instance of PaymentInstrumentGroupInfo given an JSON string
|
PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.properties(Map<String,String> properties) |
Properties of the payment instrument group.
|
PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.putPropertiesItem(String key,
String propertiesItem) |
|
PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.reference(String reference) |
Your reference for the payment instrument group.
|
PaymentInstrumentGroupInfo |
PaymentInstrumentGroupInfo.txVariant(String txVariant) |
The tx variant of the payment instrument group.
|