Package com.adyen.model.payment
Class ResponseAdditionalDataOpi
- java.lang.Object
-
- com.adyen.model.payment.ResponseAdditionalDataOpi
-
public class ResponseAdditionalDataOpi extends Object
ResponseAdditionalDataOpi
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_OPI_TRANS_TOKEN
-
Constructor Summary
Constructors Constructor Description ResponseAdditionalDataOpi()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this ResponseAdditionalDataOpi object is equal to o.static ResponseAdditionalDataOpifromJson(String jsonString)Create an instance of ResponseAdditionalDataOpi given an JSON stringStringgetOpiTransToken()Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request.inthashCode()ResponseAdditionalDataOpiopiTransToken(String opiTransToken)Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request.voidsetOpiTransToken(String opiTransToken)Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request.StringtoJson()Convert an instance of ResponseAdditionalDataOpi to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_OPI_TRANS_TOKEN
public static final String JSON_PROPERTY_OPI_TRANS_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
opiTransToken
public ResponseAdditionalDataOpi opiTransToken(String opiTransToken)
Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).- Parameters:
opiTransToken-- Returns:
- the current
ResponseAdditionalDataOpiinstance, allowing for method chaining
-
getOpiTransToken
public String getOpiTransToken()
Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).- Returns:
- opiTransToken
-
setOpiTransToken
public void setOpiTransToken(String opiTransToken)
Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).- Parameters:
opiTransToken-
-
equals
public boolean equals(Object o)
Return true if this ResponseAdditionalDataOpi object is equal to o.
-
fromJson
public static ResponseAdditionalDataOpi fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of ResponseAdditionalDataOpi given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ResponseAdditionalDataOpi
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to ResponseAdditionalDataOpi
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of ResponseAdditionalDataOpi to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-