order property

  1. @BuiltValueField.new(wireName: r'order')
CheckoutOrderResponse? get order

Contains updated information regarding the order in case order information was provided in the request.

Implementation

@BuiltValueField(wireName: r'order')
CheckoutOrderResponse? get order;