Package org.cxml

Class PaymentMethodRemittanceInformation

java.lang.Object
org.cxml.PaymentMethodRemittanceInformation

public class PaymentMethodRemittanceInformation extends Object
  • Field Details

  • Constructor Details

    • PaymentMethodRemittanceInformation

      public PaymentMethodRemittanceInformation()
  • Method Details

    • getIsDefault

      public String getIsDefault()
      Gets the value of the isDefault property.
      Returns:
      possible object is String
    • setIsDefault

      public void setIsDefault(String value)
      Sets the value of the isDefault property.
      Parameters:
      value - allowed object is String
    • getPreferredPaymentMethod

      public String getPreferredPaymentMethod()
      Gets the value of the preferredPaymentMethod property.
      Returns:
      possible object is String
    • setPreferredPaymentMethod

      public void setPreferredPaymentMethod(String value)
      Sets the value of the preferredPaymentMethod property.
      Parameters:
      value - allowed object is String
    • getContact

      public Contact getContact()
      Gets the value of the contact property.
      Returns:
      possible object is Contact
    • setContact

      public void setContact(Contact value)
      Sets the value of the contact property.
      Parameters:
      value - allowed object is Contact
    • getPaymentMethod

      public List<PaymentMethod> getPaymentMethod()
      Gets the value of the paymentMethod property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentMethod property.

      For example, to add a new item, do as follows:

          getPaymentMethod().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentMethod

    • getPaymentMethodPartner

      public List<PaymentMethodPartner> getPaymentMethodPartner()
      Gets the value of the paymentMethodPartner property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentMethodPartner property.

      For example, to add a new item, do as follows:

          getPaymentMethodPartner().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentMethodPartner