| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestOptions.ShippingType |
PaymentRequestOptions.getShippingType() |
static PaymentRequestOptions.ShippingType |
PaymentRequestOptions.ShippingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRequestOptions.ShippingType[] |
PaymentRequestOptions.ShippingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestOptions |
PaymentRequestOptions.setShippingType(PaymentRequestOptions.ShippingType shippingType) |
| Constructor and Description |
|---|
PaymentRequestOptions(boolean requestPayerName,
boolean requestPayerEmail,
boolean requestPayerPhone,
boolean requestShipping,
PaymentRequestOptions.ShippingType shippingType) |
Copyright © 2020 XDEV Software Corp.. All rights reserved.