public class PaymentMethodWithOptions extends Object
Constructor and Description |
---|
PaymentMethodWithOptions() |
Modifier and Type | Method and Description |
---|---|
PaymentMethodWithOptions |
addSupportedOptionsItem(String supportedOptionsItem) |
boolean |
equals(Object o) |
List<String> |
getSupportedOptions() |
String |
getType() |
int |
hashCode() |
void |
setSupportedOptions(List<String> supportedOptions) |
void |
setType(String type) |
PaymentMethodWithOptions |
supportedOptions(List<String> supportedOptions) |
String |
toString() |
PaymentMethodWithOptions |
type(String type) |
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 © 2019. All rights reserved.