Uses of Class
com.adyen.model.tapi.PaymentData
-
Packages that use PaymentData Package Description com.adyen.model.tapi -
-
Uses of PaymentData in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentData Modifier and Type Method Description PaymentDataPaymentData. cardAcquisitionReference(TransactionIDType cardAcquisitionReference)cardAcquisitionReferencestatic PaymentDataPaymentData. fromJson(String jsonString)Create an instance of PaymentData given an JSON stringPaymentDataPaymentRequest. getPaymentData()Get paymentDataPaymentDataPaymentData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentDataPaymentData. instalment(Instalment instalment)instalmentPaymentDataPaymentData. paymentInstrumentData(PaymentInstrumentData paymentInstrumentData)paymentInstrumentDataPaymentDataPaymentData. paymentType(PaymentType paymentType)paymentTypePaymentDataPaymentData. requestedValidityDate(LocalDate requestedValidityDate)Requested validity date for the reservation.PaymentDataPaymentData. splitPaymentFlag(Boolean splitPaymentFlag)Indicates if the payment of the Sale transaction is split.Methods in com.adyen.model.tapi with parameters of type PaymentData Modifier and Type Method Description PaymentRequestPaymentRequest. paymentData(PaymentData paymentData)paymentDatavoidPaymentRequest. setPaymentData(PaymentData paymentData)paymentData
-