Uses of Class
com.adyen.model.management.PayToResponseInfo
-
Packages that use PayToResponseInfo Package Description com.adyen.model.management -
-
Uses of PayToResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return PayToResponseInfo Modifier and Type Method Description static PayToResponseInfoPayToResponseInfo. fromJson(String jsonString)Create an instance of PayToResponseInfo given an JSON stringPayToResponseInfoPaymentMethod. getPayto()Get paytoPayToResponseInfoPayToResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PayToResponseInfoPayToResponseInfo. merchantName(String merchantName)Merchant name displayed to the shopper in the AgreementsPayToResponseInfoPayToResponseInfo. payToPurpose(String payToPurpose)Represents the purpose of the Agreements created, it relates to the business type **Allowed values**: mortgage, utility, loan, gambling, retail, salary, personal, government, pension, tax, otherMethods in com.adyen.model.management with parameters of type PayToResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. payto(PayToResponseInfo payto)paytovoidPaymentMethod. setPayto(PayToResponseInfo payto)payto
-