Uses of Class
model.CreatePaymentInstrumentRequest.TypeEnum
-
Packages that use CreatePaymentInstrumentRequest.TypeEnum Package Description model -
-
Uses of CreatePaymentInstrumentRequest.TypeEnum in model
Methods in model that return CreatePaymentInstrumentRequest.TypeEnum Modifier and Type Method Description static CreatePaymentInstrumentRequest.TypeEnumCreatePaymentInstrumentRequest.TypeEnum. fromValue(String value)CreatePaymentInstrumentRequest.TypeEnumCreatePaymentInstrumentRequest. getType()Type of `Payment Instrument`.CreatePaymentInstrumentRequest.TypeEnumCreatePaymentInstrumentRequest.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreatePaymentInstrumentRequest.TypeEnumCreatePaymentInstrumentRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatePaymentInstrumentRequest.TypeEnum[]CreatePaymentInstrumentRequest.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 CreatePaymentInstrumentRequest.TypeEnum Modifier and Type Method Description voidCreatePaymentInstrumentRequest. setType(CreatePaymentInstrumentRequest.TypeEnum type)CreatePaymentInstrumentRequestCreatePaymentInstrumentRequest. type(CreatePaymentInstrumentRequest.TypeEnum type)voidCreatePaymentInstrumentRequest.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentRequest.TypeEnum enumeration)
-