@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class Riskv1authenticationsPaymentInformationFluidData extends Object
| Constructor and Description |
|---|
Riskv1authenticationsPaymentInformationFluidData() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1authenticationsPaymentInformationFluidData |
descriptor(String descriptor) |
Riskv1authenticationsPaymentInformationFluidData |
encoding(String encoding) |
boolean |
equals(Object o) |
String |
getDescriptor()
The identifier for a payment solution, which is sending the encrypted payment data to CyberSource 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() |
Riskv1authenticationsPaymentInformationFluidData |
keySerialNumber(String keySerialNumber) |
void |
setDescriptor(String descriptor) |
void |
setEncoding(String encoding) |
void |
setKeySerialNumber(String keySerialNumber) |
void |
setValue(String value) |
String |
toString() |
Riskv1authenticationsPaymentInformationFluidData |
value(String value) |
public Riskv1authenticationsPaymentInformationFluidData()
public Riskv1authenticationsPaymentInformationFluidData value(String value)
public String getValue()
public void setValue(String value)
public Riskv1authenticationsPaymentInformationFluidData keySerialNumber(String keySerialNumber)
public String getKeySerialNumber()
public void setKeySerialNumber(String keySerialNumber)
public Riskv1authenticationsPaymentInformationFluidData descriptor(String descriptor)
public String getDescriptor()
public void setDescriptor(String descriptor)
public Riskv1authenticationsPaymentInformationFluidData encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2020. All rights reserved.