public class PaymentRequestOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestOptions.ShippingType |
| Constructor and Description |
|---|
PaymentRequestOptions() |
PaymentRequestOptions(boolean requestPayerName,
boolean requestPayerEmail,
boolean requestPayerPhone,
boolean requestShipping,
PaymentRequestOptions.ShippingType shippingType) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestOptions.ShippingType |
getShippingType() |
boolean |
isRequestPayerEmail() |
boolean |
isRequestPayerName() |
boolean |
isRequestPayerPhone() |
boolean |
isRequestShipping() |
PaymentRequestOptions |
setRequestPayerEmail(boolean requestPayerEmail) |
PaymentRequestOptions |
setRequestPayerName(boolean requestPayerName) |
PaymentRequestOptions |
setRequestPayerPhone(boolean requestPayerPhone) |
PaymentRequestOptions |
setRequestShipping(boolean requestShipping) |
PaymentRequestOptions |
setShippingType(PaymentRequestOptions.ShippingType shippingType) |
public PaymentRequestOptions()
public PaymentRequestOptions(boolean requestPayerName,
boolean requestPayerEmail,
boolean requestPayerPhone,
boolean requestShipping,
PaymentRequestOptions.ShippingType shippingType)
public boolean isRequestPayerName()
public PaymentRequestOptions setRequestPayerName(boolean requestPayerName)
public boolean isRequestPayerEmail()
public PaymentRequestOptions setRequestPayerEmail(boolean requestPayerEmail)
public boolean isRequestPayerPhone()
public PaymentRequestOptions setRequestPayerPhone(boolean requestPayerPhone)
public boolean isRequestShipping()
public PaymentRequestOptions setRequestShipping(boolean requestShipping)
public PaymentRequestOptions.ShippingType getShippingType()
public PaymentRequestOptions setShippingType(PaymentRequestOptions.ShippingType shippingType)
Copyright © 2020 XDEV Software Corp.. All rights reserved.