Class BankTransferType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.BankTransferType
Bank Account payment method definition. Customer bank accounts for payments, either for paper checks or electronic funds transfer.
Java class for BankTransferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransferType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
<element name="BankAccountID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
<element name="BankID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
<element name="CheckNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NumberType" minOccurs="0"/>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ProperNameType" minOccurs="0"/>
<element name="SubCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountTypeText property.Gets the value of the bankAccountID property.Gets the value of the bankID property.Gets the value of the checkNumber property.Gets the value of the ownerName property.Gets the value of the subCode property.voidsetAccountTypeText(String value) Sets the value of the accountTypeText property.voidsetBankAccountID(String value) Sets the value of the bankAccountID property.voidSets the value of the bankID property.voidsetCheckNumber(BigDecimal value) Sets the value of the checkNumber property.voidsetOwnerName(String value) Sets the value of the ownerName property.voidsetSubCode(String value) Sets the value of the subCode property.
-
Field Details
-
accountTypeText
-
bankAccountID
-
bankID
-
checkNumber
-
ownerName
-
subCode
-
-
Constructor Details
-
BankTransferType
public BankTransferType()
-
-
Method Details
-
getAccountTypeText
Gets the value of the accountTypeText property.- Returns:
- possible object is
String
-
setAccountTypeText
Sets the value of the accountTypeText property.- Parameters:
value- allowed object isString
-
getBankAccountID
Gets the value of the bankAccountID property.- Returns:
- possible object is
String
-
setBankAccountID
Sets the value of the bankAccountID property.- Parameters:
value- allowed object isString
-
getBankID
Gets the value of the bankID property.- Returns:
- possible object is
String
-
setBankID
Sets the value of the bankID property.- Parameters:
value- allowed object isString
-
getCheckNumber
Gets the value of the checkNumber property.- Returns:
- possible object is
BigDecimal
-
setCheckNumber
Sets the value of the checkNumber property.- Parameters:
value- allowed object isBigDecimal
-
getOwnerName
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
getSubCode
Gets the value of the subCode property.- Returns:
- possible object is
String
-
setSubCode
Sets the value of the subCode property.- Parameters:
value- allowed object isString
-