| Package | Description |
|---|---|
| com.adyen.model.recurring |
| Modifier and Type | Method and Description |
|---|---|
Recurring.ContractEnum |
Recurring.getContract()
how the recurring detail will be used, multiple values allowed as comma separated
|
static Recurring.ContractEnum |
Recurring.ContractEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recurring.ContractEnum[] |
Recurring.ContractEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recurring |
Recurring.contract(Recurring.ContractEnum contract) |
void |
Recurring.setContract(Recurring.ContractEnum contract) |
Copyright © 2022. All rights reserved.