Uses of Enum Class
com.duffel.sdk.model.Payment.TypeEnum
Packages that use Payment.TypeEnum
-
Uses of Payment.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Payment.TypeEnumModifier and TypeMethodDescriptionstatic Payment.TypeEnumPayment.getType()The type of payment applied to this order.static Payment.TypeEnumReturns the enum constant of this class with the specified name.static Payment.TypeEnum[]Payment.TypeEnum.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 Payment.TypeEnumModifier and TypeMethodDescriptionvoidPayment.setType(Payment.TypeEnum type) Payment.type(Payment.TypeEnum type)