@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsPaymentInformationFluidData extends Object
| Constructor and Description |
|---|
Ptsv2paymentsPaymentInformationFluidData() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsPaymentInformationFluidData |
descriptor(String descriptor) |
Ptsv2paymentsPaymentInformationFluidData |
encoding(String encoding) |
boolean |
equals(Object o) |
String |
getDescriptor()
Format of the encrypted payment data.
|
String |
getEncoding()
Encoding method used to encrypt the payment data.
|
String |
getKey()
Description of this field is not available.
|
String |
getValue()
The encrypted payment data value.
|
int |
hashCode() |
Ptsv2paymentsPaymentInformationFluidData |
key(String key) |
void |
setDescriptor(String descriptor) |
void |
setEncoding(String encoding) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
Ptsv2paymentsPaymentInformationFluidData |
value(String value) |
public Ptsv2paymentsPaymentInformationFluidData()
public Ptsv2paymentsPaymentInformationFluidData key(String key)
public String getKey()
public void setKey(String key)
public Ptsv2paymentsPaymentInformationFluidData descriptor(String descriptor)
public String getDescriptor()
public void setDescriptor(String descriptor)
public Ptsv2paymentsPaymentInformationFluidData value(String value)
public String getValue()
public void setValue(String value)
public Ptsv2paymentsPaymentInformationFluidData encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2018. All rights reserved.