Uses of Class
com.adyen.model.nexo.PaymentInstrumentData
-
Packages that use PaymentInstrumentData Package Description com.adyen.model.nexo -
-
Uses of PaymentInstrumentData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentInstrumentData Modifier and Type Field Description protected PaymentInstrumentDataCardAcquisitionResponse. paymentInstrumentDataThe Payment instrument data.protected PaymentInstrumentDataPaymentAccountReq. paymentInstrumentDataThe Payment instrument data.protected PaymentInstrumentDataPaymentAccountStatus. paymentInstrumentDataThe Payment instrument data.protected PaymentInstrumentDataPaymentData. paymentInstrumentDataThe Payment instrument data.protected PaymentInstrumentDataPaymentResult. paymentInstrumentDataThe Payment instrument data.Methods in com.adyen.model.nexo that return PaymentInstrumentData Modifier and Type Method Description PaymentInstrumentDataObjectFactory. createPaymentInstrumentData()Create an instance ofPaymentInstrumentDataPaymentInstrumentDataCardAcquisitionResponse. getPaymentInstrumentData()Gets the value of the paymentInstrumentData property.PaymentInstrumentDataPaymentAccountReq. getPaymentInstrumentData()Gets the value of the paymentInstrumentData property.PaymentInstrumentDataPaymentAccountStatus. getPaymentInstrumentData()Gets the value of the paymentInstrumentData property.PaymentInstrumentDataPaymentData. getPaymentInstrumentData()Gets the value of the paymentInstrumentData property.PaymentInstrumentDataPaymentResult. getPaymentInstrumentData()Gets the value of the paymentInstrumentData property.Methods in com.adyen.model.nexo with parameters of type PaymentInstrumentData Modifier and Type Method Description voidCardAcquisitionResponse. setPaymentInstrumentData(PaymentInstrumentData value)Sets the value of the paymentInstrumentData property.voidPaymentAccountReq. setPaymentInstrumentData(PaymentInstrumentData value)Sets the value of the paymentInstrumentData property.voidPaymentAccountStatus. setPaymentInstrumentData(PaymentInstrumentData value)Sets the value of the paymentInstrumentData property.voidPaymentData. setPaymentInstrumentData(PaymentInstrumentData value)Sets the value of the paymentInstrumentData property.voidPaymentResult. setPaymentInstrumentData(PaymentInstrumentData value)Sets the value of the paymentInstrumentData property.
-