public final class PKPaymentErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BillingContactInvalidError
the user's billing contact information has an error.
|
static long |
CouponCodeExpiredError
The coupon code entered by the user has expired.
|
static long |
CouponCodeInvalidError
The coupon code entered by the user is invalid.
|
static long |
ShippingAddressUnserviceableError
the user's shipping address is otherwise valid but not serviceable.
|
static long |
ShippingContactInvalidError
the user's contact information has an error.
|
static long |
UnknownError
there was an unknown error processing the payment.
|
public static final long UnknownError
public static final long ShippingContactInvalidError
public static final long BillingContactInvalidError
public static final long ShippingAddressUnserviceableError
public static final long CouponCodeInvalidError
public static final long CouponCodeExpiredError