public class PaymentDetails extends Object
| Constructor and Description |
|---|
PaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
PaymentDetails |
additionalAmount(Amount additionalAmount) |
PaymentDetails |
amount(Amount amount) |
PaymentDetails |
countryCode(String countryCode) |
boolean |
equals(Object o) |
Amount |
getAdditionalAmount()
Get additionalAmount
|
Amount |
getAmount()
Get amount
|
String |
getCountryCode()
The shopper's country code.
|
String |
getReference()
The reference assigned to the payment.
|
String |
getSessionValidity()
The maximum validity of the session.
|
String |
getShopperLocale()
The shopper's locale.
|
String |
getShopperReference()
The reference used to uniquely identify the shopper (e.g.
|
int |
hashCode() |
PaymentDetails |
reference(String reference) |
PaymentDetails |
sessionValidity(String sessionValidity) |
void |
setAdditionalAmount(Amount additionalAmount) |
void |
setAmount(Amount amount) |
void |
setCountryCode(String countryCode) |
void |
setReference(String reference) |
void |
setSessionValidity(String sessionValidity) |
void |
setShopperLocale(String shopperLocale) |
void |
setShopperReference(String shopperReference) |
PaymentDetails |
shopperLocale(String shopperLocale) |
PaymentDetails |
shopperReference(String shopperReference) |
String |
toString() |
public PaymentDetails additionalAmount(Amount additionalAmount)
public Amount getAdditionalAmount()
public void setAdditionalAmount(Amount additionalAmount)
public PaymentDetails amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public PaymentDetails countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public PaymentDetails reference(String reference)
public String getReference()
public void setReference(String reference)
public PaymentDetails sessionValidity(String sessionValidity)
public String getSessionValidity()
public void setSessionValidity(String sessionValidity)
public PaymentDetails shopperLocale(String shopperLocale)
public String getShopperLocale()
public void setShopperLocale(String shopperLocale)
public PaymentDetails shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
Copyright © 2019. All rights reserved.