Uses of Enum Class
com.duffel.sdk.model.OrderCancellation.RefundToEnum
Packages that use OrderCancellation.RefundToEnum
-
Uses of OrderCancellation.RefundToEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderCancellation.RefundToEnumModifier and TypeMethodDescription@NotNull OrderCancellation.RefundToEnumOrderCancellation.getRefundTo()Where the refund, once confirmed, will be sent.Returns the enum constant of this class with the specified name.static OrderCancellation.RefundToEnum[]OrderCancellation.RefundToEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model with parameters of type OrderCancellation.RefundToEnumModifier and TypeMethodDescriptionOrderCancellation.refundTo(OrderCancellation.RefundToEnum refundTo) voidOrderCancellation.setRefundTo(OrderCancellation.RefundToEnum refundTo)