Package com.adyen.model.nexo
Class CheckData
- java.lang.Object
-
- com.adyen.model.nexo.CheckData
-
public class CheckData extends Object
Definition: Information related to the paper check used for the transaction. -- Usage: Allows the check information to be provided by the Sale System before requesting the payment, or stored by the Sale System after processing of the payment.Java class for CheckData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BankID" type="{}BankID" minOccurs="0"/> <element name="AccountNumber" type="{}AccountNumber" minOccurs="0"/> <element name="CheckNumber" type="{}CheckNumber" minOccurs="0"/> <element name="TrackData" type="{}TrackData" minOccurs="0"/> <element name="CheckCardNumber" type="{}CheckCardNumber" minOccurs="0"/> </sequence> <attribute name="TypeCode" type="{}CheckTypeCodeType" default="Personal" /> <attribute name="Country" type="{}ISOCountry3A" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNumberThe Account number.protected StringbankIDThe Bank id.protected StringcheckCardNumberThe Check card number.protected StringcheckNumberThe Check number.protected StringcountryThe Country.protected TrackDatatrackDataThe Track data.protected CheckTypeCodeTypetypeCodeThe Type code.
-
Constructor Summary
Constructors Constructor Description CheckData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountNumber()Gets the value of the accountNumber property.StringgetBankID()Gets the value of the bankID property.StringgetCheckCardNumber()Gets the value of the checkCardNumber property.StringgetCheckNumber()Gets the value of the checkNumber property.StringgetCountry()Gets the value of the country property.TrackDatagetTrackData()Gets the value of the trackData property.CheckTypeCodeTypegetTypeCode()Gets the value of the type property.voidsetAccountNumber(String value)Sets the value of the accountNumber property.voidsetBankID(String value)Sets the value of the bankID property.voidsetCheckCardNumber(String value)Sets the value of the checkCardNumber property.voidsetCheckNumber(String value)Sets the value of the checkNumber property.voidsetCountry(String value)Sets the value of the country property.voidsetTrackData(TrackData value)Sets the value of the trackData property.voidsetTypeCode(CheckTypeCodeType value)Sets the value of the type property.
-
-
-
Field Detail
-
bankID
protected String bankID
The Bank id.
-
accountNumber
protected String accountNumber
The Account number.
-
checkNumber
protected String checkNumber
The Check number.
-
trackData
protected TrackData trackData
The Track data.
-
checkCardNumber
protected String checkCardNumber
The Check card number.
-
typeCode
protected CheckTypeCodeType typeCode
The Type code.
-
country
protected String country
The Country.
-
-
Method Detail
-
getBankID
public String getBankID()
Gets the value of the bankID property.- Returns:
- possible object is
String
-
setBankID
public void setBankID(String value)
Sets the value of the bankID property.- Parameters:
value- allowed object isString
-
getAccountNumber
public String getAccountNumber()
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
public void setAccountNumber(String value)
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getCheckNumber
public String getCheckNumber()
Gets the value of the checkNumber property.- Returns:
- possible object is
String
-
setCheckNumber
public void setCheckNumber(String value)
Sets the value of the checkNumber property.- Parameters:
value- allowed object isString
-
getTrackData
public TrackData getTrackData()
Gets the value of the trackData property.- Returns:
- possible object is
TrackData
-
setTrackData
public void setTrackData(TrackData value)
Sets the value of the trackData property.- Parameters:
value- allowed object isTrackData
-
getCheckCardNumber
public String getCheckCardNumber()
Gets the value of the checkCardNumber property.- Returns:
- possible object is
String
-
setCheckCardNumber
public void setCheckCardNumber(String value)
Sets the value of the checkCardNumber property.- Parameters:
value- allowed object isString
-
getTypeCode
public CheckTypeCodeType getTypeCode()
Gets the value of the type property.- Returns:
- possible object is
CheckTypeCodeType
-
setTypeCode
public void setTypeCode(CheckTypeCodeType value)
Sets the value of the type property.- Parameters:
value- allowed object isCheckTypeCodeType
-
getCountry
public String getCountry()
Gets the value of the country property.- Returns:
- possible object is
String
-
-