Uses of Class
com.adyen.model.management.PayToInfo
-
Packages that use PayToInfo Package Description com.adyen.model.management -
-
Uses of PayToInfo in com.adyen.model.management
Methods in com.adyen.model.management that return PayToInfo Modifier and Type Method Description static PayToInfoPayToInfo. fromJson(String jsonString)Create an instance of PayToInfo given an JSON stringPayToInfoPaymentMethod. getPayto()paytoPayToInfoPaymentMethodSetupInfo. getPayto()paytoPayToInfoPayToInfo. merchantName(String merchantName)Merchant name displayed to the shopper in the AgreementsPayToInfoPayToInfo. 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 PayToInfo Modifier and Type Method Description PaymentMethodPaymentMethod. payto(PayToInfo payto)paytoPaymentMethodSetupInfoPaymentMethodSetupInfo. payto(PayToInfo payto)paytovoidPaymentMethod. setPayto(PayToInfo payto)paytovoidPaymentMethodSetupInfo. setPayto(PayToInfo payto)payto
-