Uses of Class
com.inttegro.orders.Order
Packages that use Order
-
Uses of Order in com.inttegro
Methods in com.inttegro that return OrderModifier and TypeMethodDescriptionClient.OrdersClient.cancel(OrderCancelParams params) Cancels an existing order (POST /orders/cancel).Client.OrdersClient.complete(OrderCompleteParams params) Marks an order as completed (POST /orders/complete).Client.OrdersClient.confirmPayment(OrderConfirmParams params) Confirms a pending payment using a verification token (POST /orders/confirm_payment).Client.OrdersClient.create(OrderCreateParams params) Creates a new order (POST /orders/new).Client.OrdersClient.finalizeOrder(OrderFinalizeParams params) Client.OrdersClient.finalizeOrder(String orderId) Finalizes an order to make it ready for payment (POST /orders/finalize).Retrieves details of an existing order by its ID (POST /orders/lookup).Client.OrdersClient.newOrder(OrderCreateParams params) Client.OrdersClient.pay(OrderPayParams params) Initiates payment for an existing order (POST /orders/pay).Client.OrdersClient.requestConfirmation(OrderRequestConfirmationParams params) Client.OrdersClient.requestConfirmation(String orderId) Requests a new confirmation token to be sent to the customer (POST /orders/request_confirmation).Client.OrdersClient.update(OrderUpdateParams params) -
Uses of Order in com.inttegro.orders
Fields in com.inttegro.orders declared as OrderFields in com.inttegro.orders with type parameters of type Order