| Class | Description |
|---|---|
| Address |
This represents a physical address, such as a billing or shipping address.
|
| Item |
This class represents a product or service for sale in your business.
|
| PaymentMethod |
This class represents information about the payment methods provided by the user.
|
| Enum | Description |
|---|---|
| LoginStatus |
Use
LoginStatus to represent the success or failure of the log in attempt. |
| PaymentGateway |
The payment processor used for this payment.
|
| PaymentType |
This specifies the method of payment (e.g.
|
| Reason |
The fraud reason help us specify why we consider this account to be fraudulent.
|
| SocialSignOnType |
Provide the name of the social identity provider (e.g.,
SocialSignOnType.TWITTER, SocialSignOnType.FACEBOOK)
in this field if the user uses them to log in to their account. |
| SubmissionStatus |
If reviews in your system must be approved, use
SubmissionStatus to
represent the status of the review. |
| TransactionStatus |
The transaction status gives us an idea whether the transaction is complete and successful/failed,
or whether it is being held up by 3D Secure (thus pending).
|
| TransactionType |
The type of transaction being recorded.
|
| VerificationStatus |
Use
VerificationStatus to indicate the payment method has been verified. |
Copyright © 2014. All rights reserved.