PaymentInstrumentGroup |
PaymentInstrumentGroup.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.
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.description(String description) |
Your description for the payment instrument group.
|
static PaymentInstrumentGroup |
PaymentInstrumentGroup.fromJson(String jsonString) |
Create an instance of PaymentInstrumentGroup given an JSON string
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.id(String id) |
The unique identifier of the payment instrument group.
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.properties(Map<String,String> properties) |
Properties of the payment instrument group.
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.putPropertiesItem(String key,
String propertiesItem) |
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.reference(String reference) |
Your reference for the payment instrument group.
|
PaymentInstrumentGroup |
PaymentInstrumentGroup.txVariant(String txVariant) |
The tx variant of the payment instrument group.
|