@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Tmsv2customersMerchantDefinedInformation extends Object
| Constructor and Description |
|---|
Tmsv2customersMerchantDefinedInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The number you assign as the name for your merchant-defined data or secure field.
|
String |
getValue()
The value you assign for your merchant-defined data field.
|
int |
hashCode() |
Tmsv2customersMerchantDefinedInformation |
name(String name) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
Tmsv2customersMerchantDefinedInformation |
value(String value) |
public Tmsv2customersMerchantDefinedInformation()
public Tmsv2customersMerchantDefinedInformation name(String name)
public String getName()
public void setName(String name)
public Tmsv2customersMerchantDefinedInformation value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.