public class PaymentMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected java.lang.String |
type |
| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected Description description
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.