![]() |
PaymentSDK
Mobile payment SDK
|
Inheritance diagram for de.wirecard.paymentsdk.models.Order:
Collaboration diagram for de.wirecard.paymentsdk.models.Order:Public Instance Methods | |
| Order (String number, String detail, String descriptor, List< OrderItem > orderItems) | |
| Constructor. More... | |
| Order () | |
| String | getNumber () |
| Returns merchant-provided string to store the 'Order Number' for the Transaction. More... | |
| void | setNumber (String number) |
| Sets merchant-provided string to store the 'Order Number' for the Transaction. More... | |
| String | getDetail () |
| Returns derchant-provided string to store the 'Order Detail' for the Transaction. More... | |
| void | setDetail (String detail) |
| Sets derchant-provided string to store the 'Order Detail' for the Transaction. More... | |
| String | getDescriptor () |
| Returns the description of the transaction that shows up on the Account Holder's statement. More... | |
| void | setDescriptor (String descriptor) |
| Sets the description of the transaction that shows up on the Account Holder's statement. More... | |
| List< OrderItem > | getOrderItems () |
| Returns order Items. More... | |
| void | setOrderItems (List< OrderItem > orderItems) |
| Sets order Items. More... | |
Private Fields | |
| String | number |
| Merchant-provided string to store the 'Order Number' for the Transaction. More... | |
| String | detail |
| Merchant-provided string to store the 'Order Detail' for the Transaction. More... | |
| String | descriptor |
| The description of the transaction that shows up on the Account Holder's statement. More... | |
| List< OrderItem > | orderItems |
| Order Items. More... | |
Order data.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Returns the description of the transaction that shows up on the Account Holder's statement.
|
inline |
Returns derchant-provided string to store the 'Order Detail' for the Transaction.
|
inline |
Returns merchant-provided string to store the 'Order Number' for the Transaction.
|
inline |
Returns order Items.
|
inline |
Sets the description of the transaction that shows up on the Account Holder's statement.
| descriptor |
|
inline |
Sets derchant-provided string to store the 'Order Detail' for the Transaction.
| detail |
|
inline |
Sets merchant-provided string to store the 'Order Number' for the Transaction.
| number |
|
inline |
Sets order Items.
| orderItems |
|
private |
The description of the transaction that shows up on the Account Holder's statement.
|
private |
Merchant-provided string to store the 'Order Detail' for the Transaction.
|
private |
Merchant-provided string to store the 'Order Number' for the Transaction.