public class Upv1capturecontextsCaptureMandate extends Object
| Constructor and Description |
|---|
Upv1capturecontextsCaptureMandate() |
| Modifier and Type | Method and Description |
|---|---|
Upv1capturecontextsCaptureMandate |
addShipToCountriesItem(String shipToCountriesItem) |
Upv1capturecontextsCaptureMandate |
billingType(String billingType) |
boolean |
equals(Object o) |
String |
getBillingType()
Configure Unified Checkout to capture billing address information.
|
List<String> |
getShipToCountries()
List of countries available to ship to.
|
int |
hashCode() |
Boolean |
isRequestEmail()
Configure Unified Checkout to capture customer email address.
|
Boolean |
isRequestPhone()
Configure Unified Checkout to capture customer phone number.
|
Boolean |
isRequestShipping()
Configure Unified Checkout to capture customer shipping details.
|
Boolean |
isShowAcceptedNetworkIcons()
Configure Unified Checkout to display the list of accepted card networks beneath the payment button Possible values: - True - False
|
Upv1capturecontextsCaptureMandate |
requestEmail(Boolean requestEmail) |
Upv1capturecontextsCaptureMandate |
requestPhone(Boolean requestPhone) |
Upv1capturecontextsCaptureMandate |
requestShipping(Boolean requestShipping) |
void |
setBillingType(String billingType) |
void |
setRequestEmail(Boolean requestEmail) |
void |
setRequestPhone(Boolean requestPhone) |
void |
setRequestShipping(Boolean requestShipping) |
void |
setShipToCountries(List<String> shipToCountries) |
void |
setShowAcceptedNetworkIcons(Boolean showAcceptedNetworkIcons) |
Upv1capturecontextsCaptureMandate |
shipToCountries(List<String> shipToCountries) |
Upv1capturecontextsCaptureMandate |
showAcceptedNetworkIcons(Boolean showAcceptedNetworkIcons) |
String |
toString() |
public Upv1capturecontextsCaptureMandate billingType(String billingType)
public String getBillingType()
public void setBillingType(String billingType)
public Upv1capturecontextsCaptureMandate requestEmail(Boolean requestEmail)
public Boolean isRequestEmail()
public void setRequestEmail(Boolean requestEmail)
public Upv1capturecontextsCaptureMandate requestPhone(Boolean requestPhone)
public Boolean isRequestPhone()
public void setRequestPhone(Boolean requestPhone)
public Upv1capturecontextsCaptureMandate requestShipping(Boolean requestShipping)
public Boolean isRequestShipping()
public void setRequestShipping(Boolean requestShipping)
public Upv1capturecontextsCaptureMandate shipToCountries(List<String> shipToCountries)
public Upv1capturecontextsCaptureMandate addShipToCountriesItem(String shipToCountriesItem)
public List<String> getShipToCountries()
public Upv1capturecontextsCaptureMandate showAcceptedNetworkIcons(Boolean showAcceptedNetworkIcons)
public Boolean isShowAcceptedNetworkIcons()
public void setShowAcceptedNetworkIcons(Boolean showAcceptedNetworkIcons)
Copyright © 2024. All rights reserved.