Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentGroup
-
Packages that use PaymentInstrumentGroup Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentGroup in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentGroup Modifier and Type Method Description PaymentInstrumentGroupPaymentInstrumentGroup. balancePlatform(String balancePlatform)PaymentInstrumentGroupPaymentInstrumentGroup. description(String description)static PaymentInstrumentGroupPaymentInstrumentGroup. fromJson(String jsonString)Create an instance of PaymentInstrumentGroup given an JSON stringPaymentInstrumentGroupPaymentInstrumentGroup. id(String id)PaymentInstrumentGroupPaymentInstrumentGroup. properties(Map<String,String> properties)PaymentInstrumentGroupPaymentInstrumentGroup. putPropertiesItem(String key, String propertiesItem)PaymentInstrumentGroupPaymentInstrumentGroup. reference(String reference)PaymentInstrumentGroupPaymentInstrumentGroup. txVariant(String txVariant) -
Uses of PaymentInstrumentGroup in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaymentInstrumentGroup Modifier and Type Method Description PaymentInstrumentGroupPaymentInstrumentGroupsApi. createPaymentInstrumentGroup(PaymentInstrumentGroupInfo paymentInstrumentGroupInfo)Create a payment instrument groupPaymentInstrumentGroupPaymentInstrumentGroupsApi. createPaymentInstrumentGroup(PaymentInstrumentGroupInfo paymentInstrumentGroupInfo, RequestOptions requestOptions)Create a payment instrument groupPaymentInstrumentGroupPaymentInstrumentGroupsApi. getPaymentInstrumentGroup(String id)Get a payment instrument groupPaymentInstrumentGroupPaymentInstrumentGroupsApi. getPaymentInstrumentGroup(String id, RequestOptions requestOptions)Get a payment instrument group
-