Uses of Class
com.adyen.model.management.DinersInfo
-
Packages that use DinersInfo Package Description com.adyen.model.management -
-
Uses of DinersInfo in com.adyen.model.management
Methods in com.adyen.model.management that return DinersInfo Modifier and Type Method Description static DinersInfoDinersInfo. fromJson(String jsonString)Create an instance of DinersInfo given an JSON stringDinersInfoPaymentMethod. getDiners()dinersDinersInfoPaymentMethodSetupInfo. getDiners()dinersDinersInfoDinersInfo. midNumber(String midNumber)MID (Merchant ID) number.DinersInfoDinersInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the JCB Merchant ID is reused from a previously configured JCB payment method.DinersInfoDinersInfo. serviceLevel(DinersInfo.ServiceLevelEnum serviceLevel)Specifies the service level (settlement type) of this payment method.DinersInfoDinersInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type DinersInfo Modifier and Type Method Description PaymentMethodPaymentMethod. diners(DinersInfo diners)dinersPaymentMethodSetupInfoPaymentMethodSetupInfo. diners(DinersInfo diners)dinersvoidPaymentMethod. setDiners(DinersInfo diners)dinersvoidPaymentMethodSetupInfo. setDiners(DinersInfo diners)diners
-