@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+05:30") public class Riskv1authenticationresultsPaymentInformationFluidData extends Object
| Constructor and Description |
|---|
Riskv1authenticationresultsPaymentInformationFluidData() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1authenticationresultsPaymentInformationFluidData |
descriptor(String descriptor) |
Riskv1authenticationresultsPaymentInformationFluidData |
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() |
Riskv1authenticationresultsPaymentInformationFluidData |
keySerialNumber(String keySerialNumber) |
void |
setDescriptor(String descriptor) |
void |
setEncoding(String encoding) |
void |
setKeySerialNumber(String keySerialNumber) |
void |
setValue(String value) |
String |
toString() |
Riskv1authenticationresultsPaymentInformationFluidData |
value(String value) |
public Riskv1authenticationresultsPaymentInformationFluidData()
public Riskv1authenticationresultsPaymentInformationFluidData value(String value)
public String getValue()
public void setValue(String value)
public Riskv1authenticationresultsPaymentInformationFluidData keySerialNumber(String keySerialNumber)
public String getKeySerialNumber()
public void setKeySerialNumber(String keySerialNumber)
public Riskv1authenticationresultsPaymentInformationFluidData descriptor(String descriptor)
public String getDescriptor()
public void setDescriptor(String descriptor)
public Riskv1authenticationresultsPaymentInformationFluidData encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2022. All rights reserved.