Package org.cxml
Class PaymentMethod
java.lang.Object
org.cxml.PaymentMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getType()Gets the value of the type property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the type property.
-
Field Details
-
type
-
description
-
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-