Uses of Enum Class
com.duffel.sdk.model.OrderChange.RefundToEnum
Packages that use OrderChange.RefundToEnum
-
Uses of OrderChange.RefundToEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderChange.RefundToEnumModifier and TypeMethodDescriptionstatic OrderChange.RefundToEnumOrderChange.getRefundTo()Where the refund, once confirmed, will be sent.static OrderChange.RefundToEnumReturns the enum constant of this class with the specified name.static OrderChange.RefundToEnum[]OrderChange.RefundToEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model that return types with arguments of type OrderChange.RefundToEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<OrderChange.RefundToEnum> OrderChange.getRefundTo_JsonNullable()Methods in com.duffel.sdk.model with parameters of type OrderChange.RefundToEnumModifier and TypeMethodDescriptionOrderChange.refundTo(OrderChange.RefundToEnum refundTo) voidOrderChange.setRefundTo(OrderChange.RefundToEnum refundTo) Method parameters in com.duffel.sdk.model with type arguments of type OrderChange.RefundToEnumModifier and TypeMethodDescriptionvoidOrderChange.setRefundTo_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OrderChange.RefundToEnum> refundTo)