@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+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()
The identifier for a payment solution, which is sending the encrypted payment data for decryption.
|
String |
getEncoding()
Encoding method used to encrypt the payment data.
|
String |
getKeySerialNumber()
The encoded or encrypted value that a payment solution returns for an authorization request.
|
String |
getValue()
Represents the encrypted payment data BLOB.
|
int |
hashCode() |
Ptsv2paymentsPaymentInformationFluidData |
keySerialNumber(String keySerialNumber) |
void |
setDescriptor(String descriptor) |
void |
setEncoding(String encoding) |
void |
setKeySerialNumber(String keySerialNumber) |
void |
setValue(String value) |
String |
toString() |
Ptsv2paymentsPaymentInformationFluidData |
value(String value) |
public Ptsv2paymentsPaymentInformationFluidData()
public Ptsv2paymentsPaymentInformationFluidData keySerialNumber(String keySerialNumber)
public String getKeySerialNumber()
public void setKeySerialNumber(String keySerialNumber)
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 © 2020. All rights reserved.