public class PaymentMethodWithOptions extends Object
| Constructor and Description |
|---|
PaymentMethodWithOptions() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodWithOptions |
addSupportedCurrenciesItem(String supportedCurrenciesItem) |
PaymentMethodWithOptions |
addSupportedOptionsItem(String supportedOptionsItem) |
boolean |
equals(Object o) |
List<String> |
getSupportedCurrencies() |
List<String> |
getSupportedOptions() |
String |
getType() |
int |
hashCode() |
void |
setSupportedCurrencies(List<String> supportedCurrencies) |
void |
setSupportedOptions(List<String> supportedOptions) |
void |
setType(String type) |
PaymentMethodWithOptions |
supportedCurrencies(List<String> supportedCurrencies) |
PaymentMethodWithOptions |
supportedOptions(List<String> supportedOptions) |
String |
toString() |
PaymentMethodWithOptions |
type(String type) |
public PaymentMethodWithOptions supportedCurrencies(List<String> supportedCurrencies)
public PaymentMethodWithOptions addSupportedCurrenciesItem(String supportedCurrenciesItem)
public PaymentMethodWithOptions supportedOptions(List<String> supportedOptions)
public PaymentMethodWithOptions addSupportedOptionsItem(String supportedOptionsItem)
public PaymentMethodWithOptions type(String type)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.