Uses of Class
com.adyen.model.tapi.PaymentAccountStatus
-
Packages that use PaymentAccountStatus Package Description com.adyen.model.tapi -
-
Uses of PaymentAccountStatus in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentAccountStatus Modifier and Type Method Description PaymentAccountStatusPaymentAccountStatus. currency(String currency)Currency of a monetary amount.PaymentAccountStatusPaymentAccountStatus. currentBalance(BigDecimal currentBalance)Balance of an account after processing of the transaction.static PaymentAccountStatusPaymentAccountStatus. fromJson(String jsonString)Create an instance of PaymentAccountStatus given an JSON stringPaymentAccountStatusBalanceInquiryResponse. getPaymentAccountStatus()Get paymentAccountStatusPaymentAccountStatusPaymentAccountStatus. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentAccountStatusPaymentAccountStatus. paymentAcquirerData(PaymentAcquirerData paymentAcquirerData)paymentAcquirerDataPaymentAccountStatusPaymentAccountStatus. paymentInstrumentData(PaymentInstrumentData paymentInstrumentData)paymentInstrumentDataMethods in com.adyen.model.tapi with parameters of type PaymentAccountStatus Modifier and Type Method Description BalanceInquiryResponseBalanceInquiryResponse. paymentAccountStatus(PaymentAccountStatus paymentAccountStatus)paymentAccountStatusvoidBalanceInquiryResponse. setPaymentAccountStatus(PaymentAccountStatus paymentAccountStatus)paymentAccountStatus
-