Uses of Enum
model.PaymentInstrument.PayloadTypeEnum
Packages that use PaymentInstrument.PayloadTypeEnum
-
Uses of PaymentInstrument.PayloadTypeEnum in model
Methods in model that return PaymentInstrument.PayloadTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.getPayloadType()Get payloadTypePaymentInstrument.PayloadTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static PaymentInstrument.PayloadTypeEnum[]PaymentInstrument.PayloadTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type PaymentInstrument.PayloadTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.payloadType(PaymentInstrument.PayloadTypeEnum payloadType) voidPaymentInstrument.setPayloadType(PaymentInstrument.PayloadTypeEnum payloadType) voidPaymentInstrument.PayloadTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.PayloadTypeEnum enumeration)