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