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()
This field defines the type of Billing Address information captured through the Manual card Entry UX.
|
List<String> |
getShipToCountries()
List of countries available to ship to.
|
int |
hashCode() |
Boolean |
isRequestEmail()
Capture email contact information in the manual card acceptance screens.
|
Boolean |
isRequestPhone()
Capture email contact information in the manual card acceptance screens.
|
Boolean |
isRequestShipping()
Capture email contact information in the manual card acceptance screens.
|
Boolean |
isShowAcceptedNetworkIcons()
Show the list of accepted payment icons in the payment button
|
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.