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