Package com.docusign.esign.model
Class PaymentMethodWithOptions
- java.lang.Object
-
- com.docusign.esign.model.PaymentMethodWithOptions
-
public class PaymentMethodWithOptions extends Object
PaymentMethodWithOptions
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodWithOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodWithOptionsaddSupportedOptionsItem(String supportedOptionsItem)booleanequals(Object o)List<String>getSupportedOptions()StringgetType()inthashCode()voidsetSupportedOptions(List<String> supportedOptions)voidsetType(String type)PaymentMethodWithOptionssupportedOptions(List<String> supportedOptions)StringtoString()PaymentMethodWithOptionstype(String type)
-
-
-
Method Detail
-
supportedOptions
public PaymentMethodWithOptions supportedOptions(List<String> supportedOptions)
-
addSupportedOptionsItem
public PaymentMethodWithOptions addSupportedOptionsItem(String supportedOptionsItem)
-
type
public PaymentMethodWithOptions type(String type)
-
getType
public String getType()
- Returns:
- type
-
setType
public void setType(String type)
-
-