@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-10-17T14:26:30.480+05:30") 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.
|
Boolean |
getRequestEmail()
Capture email contact information in the manual card acceptance screens.
|
Boolean |
getRequestPhone()
Capture email contact information in the manual card acceptance screens.
|
Boolean |
getRequestShipping()
Capture email contact information in the manual card acceptance screens.
|
List<String> |
getShipToCountries()
List of countries available to ship to.
|
Boolean |
getShowAcceptedNetworkIcons()
Show the list of accepted payment icons in the payment button
|
int |
hashCode() |
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 getRequestEmail()
public void setRequestEmail(Boolean requestEmail)
public Upv1capturecontextsCaptureMandate requestPhone(Boolean requestPhone)
public Boolean getRequestPhone()
public void setRequestPhone(Boolean requestPhone)
public Upv1capturecontextsCaptureMandate requestShipping(Boolean requestShipping)
public Boolean getRequestShipping()
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 getShowAcceptedNetworkIcons()
public void setShowAcceptedNetworkIcons(Boolean showAcceptedNetworkIcons)
Copyright © 2022. All rights reserved.