Package com.adyen.model.checkout
Class PaymentResultRequest
- java.lang.Object
-
- com.adyen.model.checkout.PaymentResultRequest
-
public class PaymentResultRequest extends Object
PaymentResultRequest
-
-
Constructor Summary
Constructors Constructor Description PaymentResultRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPayload()Encrypted and signed payment result data.inthashCode()PaymentResultRequestpayload(String payload)voidsetPayload(String payload)StringtoString()
-
-
-
Method Detail
-
payload
public PaymentResultRequest payload(String payload)
-
getPayload
public String getPayload()
Encrypted and signed payment result data. You should receive this value from the Checkout SDK after the shopper completes the payment.- Returns:
- payload
-
setPayload
public void setPayload(String payload)
-
-