java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.BankTransferType

public class BankTransferType extends Object
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_OrderCreateRQ}TextType" minOccurs="0"/>
         <element name="BankAccountID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="BankID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="CheckNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NumberType" minOccurs="0"/>
         <element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ProperNameType" minOccurs="0"/>
         <element name="SubCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accountTypeText

      protected String accountTypeText
    • bankAccountID

      protected String bankAccountID
    • bankID

      protected String bankID
    • checkNumber

      protected BigDecimal checkNumber
    • ownerName

      protected String ownerName
    • subCode

      protected String subCode
  • Constructor Details

    • BankTransferType

      public BankTransferType()
  • Method Details

    • 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
    • getBankAccountID

      public String getBankAccountID()
      Gets the value of the bankAccountID property.
      Returns:
      possible object is String
    • setBankAccountID

      public void setBankAccountID(String value)
      Sets the value of the bankAccountID 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