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