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