| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1OrderHistoryEntry |
V1OrderHistoryEntry.Builder.build()
Builds a new
V1OrderHistoryEntry object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1OrderHistoryEntry> |
V1Order.getOrderHistory()
Getter for OrderHistory.
|
| Modifier and Type | Method and Description |
|---|---|
V1Order.Builder |
V1Order.Builder.orderHistory(List<V1OrderHistoryEntry> orderHistory)
Setter for orderHistory.
|
| Constructor and Description |
|---|
V1Order(List<Error> errors,
String id,
String buyerEmail,
String recipientName,
String recipientPhoneNumber,
String state,
Address shippingAddress,
V1Money subtotalMoney,
V1Money totalShippingMoney,
V1Money totalTaxMoney,
V1Money totalPriceMoney,
V1Money totalDiscountMoney,
String createdAt,
String updatedAt,
String expiresAt,
String paymentId,
String buyerNote,
String completedNote,
String refundedNote,
String canceledNote,
V1Tender tender,
List<V1OrderHistoryEntry> orderHistory,
String promoCode,
String btcReceiveAddress,
Double btcPriceSatoshi)
Initialization constructor.
|
Copyright © 2022. All rights reserved.