Uses of Enum Class
com.duffel.sdk.model.PaymentIntent3.CardNetworkEnum
Packages that use PaymentIntent3.CardNetworkEnum
-
Uses of PaymentIntent3.CardNetworkEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return PaymentIntent3.CardNetworkEnumModifier and TypeMethodDescriptionPaymentIntent3.getCardNetwork()The card network in which the __Payment Intent__ was processed on.Returns the enum constant of this class with the specified name.static PaymentIntent3.CardNetworkEnum[]PaymentIntent3.CardNetworkEnum.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 PaymentIntent3.CardNetworkEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<PaymentIntent3.CardNetworkEnum> PaymentIntent3.getCardNetwork_JsonNullable()Methods in com.duffel.sdk.model with parameters of type PaymentIntent3.CardNetworkEnumModifier and TypeMethodDescriptionPaymentIntent3.cardNetwork(PaymentIntent3.CardNetworkEnum cardNetwork) voidPaymentIntent3.setCardNetwork(PaymentIntent3.CardNetworkEnum cardNetwork) Method parameters in com.duffel.sdk.model with type arguments of type PaymentIntent3.CardNetworkEnumModifier and TypeMethodDescriptionvoidPaymentIntent3.setCardNetwork_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PaymentIntent3.CardNetworkEnum> cardNetwork)