public abstract class PaymentMethods extends DirectionsJsonObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentMethods.Builder |
| Constructor and Description |
|---|
PaymentMethods() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentMethods.Builder |
builder() |
abstract CostPerVehicleSize |
cash() |
abstract CostPerVehicleSize |
etc() |
static PaymentMethods |
fromJson(java.lang.String json) |
abstract PaymentMethods.Builder |
toBuilder() |
static com.google.gson.TypeAdapter<PaymentMethods> |
typeAdapter(com.google.gson.Gson gson) |
getUnrecognizedJsonProperties, getUnrecognizedPropertiesNames, getUnrecognizedProperty, toJsonpublic static PaymentMethods.Builder builder()
@Nullable public abstract CostPerVehicleSize etc()
@Nullable public abstract CostPerVehicleSize cash()
public abstract PaymentMethods.Builder toBuilder()
public static com.google.gson.TypeAdapter<PaymentMethods> typeAdapter(com.google.gson.Gson gson)
public static PaymentMethods fromJson(java.lang.String json)