Package org.cxml

Class PaymentMethod

java.lang.Object
org.cxml.PaymentMethod

public class PaymentMethod extends Object
  • Field Details

  • Constructor Details

    • PaymentMethod

      public PaymentMethod()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description