Uses of Class
com.adyen.model.tapi.CheckData
-
Packages that use CheckData Package Description com.adyen.model.tapi -
-
Uses of CheckData in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return CheckData Modifier and Type Method Description CheckDataCheckData. accountNumber(String accountNumber)Identification of the customer account.CheckDataCheckData. bankID(String bankID)Identification of the bank.CheckDataCheckData. checkCardNumber(String checkCardNumber)Check guarantee card number.CheckDataCheckData. checkNumber(String checkNumber)Identification of the bank check.CheckDataCheckData. country(String country)Country of the bank check.static CheckDataCheckData. fromJson(String jsonString)Create an instance of CheckData given an JSON stringCheckDataPaymentInstrumentData. getCheckData()Get checkDataCheckDataCheckData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CheckDataCheckData. trackData(TrackData trackData)trackDataCheckDataCheckData. typeCode(TypeCode typeCode)typeCodeMethods in com.adyen.model.tapi with parameters of type CheckData Modifier and Type Method Description PaymentInstrumentDataPaymentInstrumentData. checkData(CheckData checkData)checkDatavoidPaymentInstrumentData. setCheckData(CheckData checkData)checkData
-