java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.BankAccountType

public class BankAccountType extends Object
Bank Account payment method definition. Customer bank accounts for payments, either for paper checks or electronic funds transfer.

Java class for BankAccountType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BankAccountType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
         <element name="AccountTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
         <element name="BankID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
         <element name="CheckNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
         <element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType" minOccurs="0"/>
         <element name="SubCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accountID

      protected String accountID
    • accountTypeText

      protected String accountTypeText
    • bankID

      protected String bankID
    • checkNumber

      protected BigDecimal checkNumber
    • ownerName

      protected String ownerName
    • subCode

      protected String subCode
  • Constructor Details

    • BankAccountType

      public BankAccountType()
  • Method Details

    • getAccountID

      public String getAccountID()
      Gets the value of the accountID property.
      Returns:
      possible object is String
    • setAccountID

      public void setAccountID(String value)
      Sets the value of the accountID property.
      Parameters:
      value - allowed object is String
    • getAccountTypeText

      public String getAccountTypeText()
      Gets the value of the accountTypeText property.
      Returns:
      possible object is String
    • setAccountTypeText

      public void setAccountTypeText(String value)
      Sets the value of the accountTypeText property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getCheckNumber

      public BigDecimal getCheckNumber()
      Gets the value of the checkNumber property.
      Returns:
      possible object is BigDecimal
    • setCheckNumber

      public void setCheckNumber(BigDecimal value)
      Sets the value of the checkNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getOwnerName

      public String getOwnerName()
      Gets the value of the ownerName property.
      Returns:
      possible object is String
    • setOwnerName

      public void setOwnerName(String value)
      Sets the value of the ownerName property.
      Parameters:
      value - allowed object is String
    • getSubCode

      public String getSubCode()
      Gets the value of the subCode property.
      Returns:
      possible object is String
    • setSubCode

      public void setSubCode(String value)
      Sets the value of the subCode property.
      Parameters:
      value - allowed object is String