public class CheckoutPreferences
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutPreferences.RedirectUrls |
| Constructor and Description |
|---|
CheckoutPreferences() |
| Modifier and Type | Method and Description |
|---|---|
CheckoutPreferences |
addInstallment(Installment installment) |
CheckoutPreferences |
addInstallment(int[] quantity) |
FundingInstrument |
getFundingInstruments() |
java.util.List<Installment> |
getInstallments() |
CheckoutPreferences.RedirectUrls |
getRedirectUrls() |
boolean |
isSuppressShippingAddress() |
CheckoutPreferences |
setFundingInstruments(FundingInstrument fundingInstruments) |
CheckoutPreferences |
setInstallments(java.util.List<Installment> installments) |
CheckoutPreferences |
setRedirectUrls(CheckoutPreferences.RedirectUrls redirectUrls) |
CheckoutPreferences |
setSuppressShippingAddress(boolean suppressShippingAddress) |
java.lang.String |
toString() |
public FundingInstrument getFundingInstruments()
public CheckoutPreferences setFundingInstruments(FundingInstrument fundingInstruments)
public java.util.List<Installment> getInstallments()
public CheckoutPreferences setInstallments(java.util.List<Installment> installments)
public boolean isSuppressShippingAddress()
public CheckoutPreferences setSuppressShippingAddress(boolean suppressShippingAddress)
public CheckoutPreferences addInstallment(Installment installment)
public CheckoutPreferences addInstallment(int[] quantity)
public CheckoutPreferences.RedirectUrls getRedirectUrls()
public CheckoutPreferences setRedirectUrls(CheckoutPreferences.RedirectUrls redirectUrls)
public java.lang.String toString()
toString in class java.lang.Object