| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
static PaymentMethodType |
PaymentMethodType.fromValue(String value) |
PaymentMethodType |
PaymentMethodModel.getType()
Get type
|
PaymentMethodType |
PaymentMethodType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PaymentMethodType |
PaymentMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethodType[] |
PaymentMethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentMethodModel.setType(PaymentMethodType type) |
PaymentMethodModel |
PaymentMethodModel.type(PaymentMethodType type) |
void |
PaymentMethodType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PaymentMethodType enumeration) |
Copyright © 2023. All rights reserved.