public class V1Order extends Object
Modifier and Type | Class and Description |
---|---|
static class |
V1Order.Builder
Class to build instances of
V1Order |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getBtcPriceSatoshi()
Getter for BtcPriceSatoshi.
|
String |
getBtcReceiveAddress()
Getter for BtcReceiveAddress.
|
String |
getBuyerEmail()
Getter for BuyerEmail.
|
String |
getBuyerNote()
Getter for BuyerNote.
|
String |
getCanceledNote()
Getter for CanceledNote.
|
String |
getCompletedNote()
Getter for CompletedNote.
|
HttpContext |
getContext() |
String |
getCreatedAt()
Getter for CreatedAt.
|
List<Error> |
getErrors()
Getter for Errors.
|
String |
getExpiresAt()
Getter for ExpiresAt.
|
String |
getId()
Getter for Id.
|
List<V1OrderHistoryEntry> |
getOrderHistory()
Getter for OrderHistory.
|
String |
getPaymentId()
Getter for PaymentId.
|
String |
getPromoCode()
Getter for PromoCode.
|
String |
getRecipientName()
Getter for RecipientName.
|
String |
getRecipientPhoneNumber()
Getter for RecipientPhoneNumber.
|
String |
getRefundedNote()
Getter for RefundedNote.
|
Address |
getShippingAddress()
Getter for ShippingAddress.
|
String |
getState()
Getter for State.
|
V1Money |
getSubtotalMoney()
Getter for SubtotalMoney.
|
V1Tender |
getTender()
Getter for Tender.
|
V1Money |
getTotalDiscountMoney()
Getter for TotalDiscountMoney.
|
V1Money |
getTotalPriceMoney()
Getter for TotalPriceMoney.
|
V1Money |
getTotalShippingMoney()
Getter for TotalShippingMoney.
|
V1Money |
getTotalTaxMoney()
Getter for TotalTaxMoney.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
V1Order.Builder |
toBuilder()
Builds a new
V1Order.Builder object. |
public 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)
errors
- id
- buyerEmail
- recipientName
- recipientPhoneNumber
- state
- shippingAddress
- subtotalMoney
- totalShippingMoney
- totalTaxMoney
- totalPriceMoney
- totalDiscountMoney
- createdAt
- updatedAt
- expiresAt
- paymentId
- buyerNote
- completedNote
- refundedNote
- canceledNote
- tender
- orderHistory
- promoCode
- btcReceiveAddress
- btcPriceSatoshi
- public HttpContext getContext()
public List<Error> getErrors()
public String getId()
public String getBuyerEmail()
public String getRecipientName()
public String getRecipientPhoneNumber()
public String getState()
public Address getShippingAddress()
public V1Money getSubtotalMoney()
public V1Money getTotalShippingMoney()
public V1Money getTotalTaxMoney()
public V1Money getTotalPriceMoney()
public V1Money getTotalDiscountMoney()
public String getCreatedAt()
public String getUpdatedAt()
public String getExpiresAt()
public String getPaymentId()
public String getBuyerNote()
public String getCompletedNote()
public String getRefundedNote()
public String getCanceledNote()
public V1Tender getTender()
public List<V1OrderHistoryEntry> getOrderHistory()
public String getPromoCode()
public String getBtcReceiveAddress()
public Double getBtcPriceSatoshi()
public V1Order.Builder toBuilder()
V1Order.Builder
object.
Creates the instance with the state of the current model.V1Order.Builder
objectCopyright © 2020. All rights reserved.