OrderUpdateRequest class abstract

a order

Properties:

Annotations
  • @BuiltValue()

Constructors

OrderUpdateRequest([void updates(OrderUpdateRequestBuilder b)])
factory

Properties

charges → BuiltList<ChargeRequest>?
no setter
checkout CheckoutRequest?
no setter
currency String?
Currency with which the payment will be made. It uses the 3-letter code of the International Standard ISO 4217.
no setter
customerInfo OrderUpdateRequestCustomerInfo?
no setter
discountLines → BuiltList<OrderDiscountLinesRequest>?
List of discounts that are applied to the order. You must have at least one discount.
no setter
fiscalEntity OrderUpdateFiscalEntityRequest?
no setter
hashCode int
The hash code for this object.
no setterinherited
lineItems → BuiltList<Product>?
List of products that are sold in the order. You must have at least one product.
no setter
metadata → BuiltMap<String, String>?
no setter
preAuthorize bool?
Indicates whether the order charges must be preauthorized
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingContact CustomerShippingContacts?
no setter
shippingLines → BuiltList<ShippingRequest>?
List of shipping costs. If the online store offers digital products.
no setter
taxLines → BuiltList<OrderTaxRequest>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OrderUpdateRequestBuilder)) OrderUpdateRequest
Rebuilds the instance.
inherited
toBuilder() OrderUpdateRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<OrderUpdateRequest>
no setter