Uses of Enum
model.CreatePaymentInstrumentToken.TypeEnum
Packages that use CreatePaymentInstrumentToken.TypeEnum
-
Uses of CreatePaymentInstrumentToken.TypeEnum in model
Methods in model that return CreatePaymentInstrumentToken.TypeEnumModifier and TypeMethodDescriptionCreatePaymentInstrumentToken.getType()Type of `Payment Instrument`.CreatePaymentInstrumentToken.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreatePaymentInstrumentToken.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreatePaymentInstrumentToken.TypeEnumModifier and TypeMethodDescriptionvoidCreatePaymentInstrumentToken.setType(CreatePaymentInstrumentToken.TypeEnum type) CreatePaymentInstrumentToken.type(CreatePaymentInstrumentToken.TypeEnum type) voidCreatePaymentInstrumentToken.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentToken.TypeEnum enumeration)