public class PaymentMethodRemittanceInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
contact |
protected java.lang.String |
isDefault |
protected java.util.List<PaymentMethod> |
paymentMethod |
protected java.util.List<PaymentMethodPartner> |
paymentMethodPartner |
protected java.lang.String |
preferredPaymentMethod |
| Constructor and Description |
|---|
PaymentMethodRemittanceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
java.lang.String |
getIsDefault()
Gets the value of the isDefault property.
|
java.util.List<PaymentMethod> |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
java.util.List<PaymentMethodPartner> |
getPaymentMethodPartner()
Gets the value of the paymentMethodPartner property.
|
java.lang.String |
getPreferredPaymentMethod()
Gets the value of the preferredPaymentMethod property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setIsDefault(java.lang.String value)
Sets the value of the isDefault property.
|
void |
setPreferredPaymentMethod(java.lang.String value)
Sets the value of the preferredPaymentMethod property.
|
protected java.lang.String isDefault
protected java.lang.String preferredPaymentMethod
protected Contact contact
protected java.util.List<PaymentMethod> paymentMethod
protected java.util.List<PaymentMethodPartner> paymentMethodPartner
public java.lang.String getIsDefault()
Stringpublic void setIsDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreferredPaymentMethod()
Stringpublic void setPreferredPaymentMethod(java.lang.String value)
value - allowed object is
Stringpublic Contact getContact()
Contactpublic void setContact(Contact value)
value - allowed object is
Contactpublic java.util.List<PaymentMethod> getPaymentMethod()
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
public java.util.List<PaymentMethodPartner> getPaymentMethodPartner()
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
Copyright © 2018 SAP SE. All Rights Reserved.