Class PaymentMethodRemittanceInformation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Contactprotected Stringprotected List<PaymentMethod>protected List<PaymentMethodPartner>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contact property.Gets the value of the isDefault property.Gets the value of the paymentMethod property.Gets the value of the paymentMethodPartner property.Gets the value of the preferredPaymentMethod property.voidsetContact(Contact value) Sets the value of the contact property.voidsetIsDefault(String value) Sets the value of the isDefault property.voidsetPreferredPaymentMethod(String value) Sets the value of the preferredPaymentMethod property.
-
Field Details
-
isDefault
-
preferredPaymentMethod
-
contact
-
paymentMethod
-
paymentMethodPartner
-
-
Constructor Details
-
PaymentMethodRemittanceInformation
public PaymentMethodRemittanceInformation()
-
-
Method Details
-
getIsDefault
Gets the value of the isDefault property.- Returns:
- possible object is
String
-
setIsDefault
Sets the value of the isDefault property.- Parameters:
value- allowed object isString
-
getPreferredPaymentMethod
Gets the value of the preferredPaymentMethod property.- Returns:
- possible object is
String
-
setPreferredPaymentMethod
Sets the value of the preferredPaymentMethod property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
Sets the value of the contact property.- Parameters:
value- allowed object isContact
-
getPaymentMethod
Gets the value of the paymentMethod property.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
setmethod 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 -
getPaymentMethodPartner
Gets the value of the paymentMethodPartner property.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
setmethod 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
-