| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestSepaDirectDebitParams.DirectDebitTypeEnum |
RequestSepaDirectDebitParams.DirectDebitTypeEnum.fromValue(String text) |
RequestSepaDirectDebitParams.DirectDebitTypeEnum |
RequestSepaDirectDebitParams.getDirectDebitType()
Type of the direct debit; either <code>BASIC</code> or <code>B2B</code> (Business-To-Business).
|
RequestSepaDirectDebitParams.DirectDebitTypeEnum |
RequestSepaDirectDebitParams.DirectDebitTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static RequestSepaDirectDebitParams.DirectDebitTypeEnum |
RequestSepaDirectDebitParams.DirectDebitTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestSepaDirectDebitParams.DirectDebitTypeEnum[] |
RequestSepaDirectDebitParams.DirectDebitTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSepaDirectDebitParams |
RequestSepaDirectDebitParams.directDebitType(RequestSepaDirectDebitParams.DirectDebitTypeEnum directDebitType) |
void |
RequestSepaDirectDebitParams.setDirectDebitType(RequestSepaDirectDebitParams.DirectDebitTypeEnum directDebitType) |
void |
RequestSepaDirectDebitParams.DirectDebitTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
RequestSepaDirectDebitParams.DirectDebitTypeEnum enumeration) |
Copyright © 2018. All rights reserved.