public interface PaymentMethodType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DescriptionType | getDescription()
Returns the value of the 'Description' containment reference.
|
java.lang.String | getPaymentMethodName()
Returns the value of the 'Payment Method Name' attribute.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
void | setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.
|
void | setPaymentMethodName(java.lang.String value)
Sets the value of the 'Payment Method Name' attribute.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
java.lang.String getPaymentMethodName()
void setPaymentMethodName(java.lang.String value)
DescriptionType getDescription()
void setDescription(DescriptionType value)
UserDataType getUserData()
void setUserData(UserDataType value)