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