Uses of Enum Class
com.duffel.sdk.model.CreatePaymentRequestDataPayment.TypeEnum
Packages that use CreatePaymentRequestDataPayment.TypeEnum
-
Uses of CreatePaymentRequestDataPayment.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreatePaymentRequestDataPayment.TypeEnumModifier and TypeMethodDescriptionCreatePaymentRequestDataPayment.getType()The payment method you want to use for this order.Returns the enum constant of this class with the specified name.CreatePaymentRequestDataPayment.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 CreatePaymentRequestDataPayment.TypeEnumModifier and TypeMethodDescriptionvoidCreatePaymentRequestDataPayment.setType(CreatePaymentRequestDataPayment.TypeEnum type) CreatePaymentRequestDataPayment.type(CreatePaymentRequestDataPayment.TypeEnum type)