Uses of Class
com.duffel.sdk.model.OrderCancellation
Packages that use OrderCancellation
-
Uses of OrderCancellation in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderCancellationModifier and TypeMethodDescriptionOrderCancellation.confirmedAt(OffsetDateTime confirmedAt) OrderCancellation.createdAt(OffsetDateTime createdAt) OrderCancellation.expiresAt(OffsetDateTime expiresAt) @Valid OrderCancellationCreateOrderCancellation201Response.getData()Get dataOrderCancellation.refundAmount(String refundAmount) OrderCancellation.refundCurrency(String refundCurrency) OrderCancellation.refundTo(OrderCancellation.RefundToEnum refundTo) Methods in com.duffel.sdk.model that return types with arguments of type OrderCancellationModifier and TypeMethodDescription@Valid List<OrderCancellation>GetOrderCancellations200Response.getData()Get dataMethods in com.duffel.sdk.model with parameters of type OrderCancellationModifier and TypeMethodDescriptionGetOrderCancellations200Response.addDataItem(OrderCancellation dataItem) CreateOrderCancellation201Response.data(OrderCancellation data) voidCreateOrderCancellation201Response.setData(OrderCancellation data) Method parameters in com.duffel.sdk.model with type arguments of type OrderCancellationModifier and TypeMethodDescriptionGetOrderCancellations200Response.data(List<OrderCancellation> data) voidGetOrderCancellations200Response.setData(List<OrderCancellation> data)