PaypalUpdateOrderRequest class abstract
PaypalUpdateOrderRequest
Properties:
- amount - The updated final payment amount. This amount is the item total plus the shipping costs of the selected
deliveryMethod. - deliveryMethods - The list of new delivery methods and the cost of each.
- paymentData - The
paymentDatafrom the client side. This value changes every time you make a/paypal/updateOrderrequest. - pspReference - The original
pspReferencefrom the/paymentsresponse. - sessionId - The original
sessionIdfrom the/sessionsresponse. - taxTotal - Total tax amount from the order.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaypalUpdateOrderRequest([void updates(PaypalUpdateOrderRequestBuilder b)])
-
factory
Properties
- amount → Amount?
-
The updated final payment amount. This amount is the item total plus the shipping costs of the selected
deliveryMethod.no setter -
deliveryMethods
→ BuiltList<
DeliveryMethod> ? -
The list of new delivery methods and the cost of each.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentData → String?
-
The
paymentDatafrom the client side. This value changes every time you make a/paypal/updateOrderrequest.no setter - pspReference → String?
-
The original
pspReferencefrom the/paymentsresponse.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
The original
sessionIdfrom the/sessionsresponse.no setter - taxTotal → TaxTotal?
-
Total tax amount from the order.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaypalUpdateOrderRequestBuilder)) → PaypalUpdateOrderRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaypalUpdateOrderRequestBuilder -
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<
PaypalUpdateOrderRequest> -
no setter