public class PayInPaymentDetailsPayPal extends Dto implements PayInPaymentDetails
| Constructor and Description |
|---|
PayInPaymentDetailsPayPal() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LineItem> |
getLineItems() |
java.lang.String |
getPaypalBuyerAccountEmail() |
java.lang.String |
getReference() |
Shipping |
getShipping() |
ShippingAddress |
getShippingAddress() |
ShippingPreference |
getShippingPreference() |
java.lang.String |
getStatementDescriptor() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
PayInPaymentDetailsPayPal |
setLineItems(java.util.List<LineItem> lineItems) |
PayInPaymentDetailsPayPal |
setPaypalBuyerAccountEmail(java.lang.String paypalBuyerAccountEmail) |
void |
setReference(java.lang.String reference) |
PayInPaymentDetailsPayPal |
setShipping(Shipping shipping) |
void |
setShippingAddress(ShippingAddress shippingAddress) |
void |
setShippingPreference(ShippingPreference shippingPreference) |
PayInPaymentDetailsPayPal |
setStatementDescriptor(java.lang.String statementDescriptor) |
getDependentObjects, getReadOnlyProperties, getValuespublic ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public java.lang.String getStatementDescriptor()
public PayInPaymentDetailsPayPal setStatementDescriptor(java.lang.String statementDescriptor)
public Shipping getShipping()
public PayInPaymentDetailsPayPal setShipping(Shipping shipping)
public java.util.List<LineItem> getLineItems()
public PayInPaymentDetailsPayPal setLineItems(java.util.List<LineItem> lineItems)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
DtogetSubObjects in class Dtopublic java.lang.String getPaypalBuyerAccountEmail()
public PayInPaymentDetailsPayPal setPaypalBuyerAccountEmail(java.lang.String paypalBuyerAccountEmail)
public ShippingPreference getShippingPreference()
public void setShippingPreference(ShippingPreference shippingPreference)
public java.lang.String getReference()
public void setReference(java.lang.String reference)