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 paymentData from the client side. This value changes every time you make a /paypal/updateOrder request.
  • pspReference - The original pspReference from the /payments response.
  • sessionId - The original sessionId from the /sessions response.
  • 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 paymentData from the client side. This value changes every time you make a /paypal/updateOrder request.
no setter
pspReference String?
The original pspReference from the /payments response.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
The original sessionId from the /sessions response.
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