Uses of Class
com.adyen.model.management.DinersResponseInfo
-
Packages that use DinersResponseInfo Package Description com.adyen.model.management -
-
Uses of DinersResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return DinersResponseInfo Modifier and Type Method Description static DinersResponseInfoDinersResponseInfo. fromJson(String jsonString)Create an instance of DinersResponseInfo given an JSON stringDinersResponseInfoPaymentMethod. getDiners()Get dinersDinersResponseInfoDinersResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DinersResponseInfoDinersResponseInfo. midNumber(String midNumber)MID (Merchant ID) number.DinersResponseInfoDinersResponseInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the JCB Merchant ID is reused from a previously configured JCB payment method.DinersResponseInfoDinersResponseInfo. serviceLevel(String serviceLevel)The service level (settlement type) of this payment method.DinersResponseInfoDinersResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type DinersResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. diners(DinersResponseInfo diners)dinersvoidPaymentMethod. setDiners(DinersResponseInfo diners)diners
-