public class CheckoutOrderResponse extends Object
| Constructor and Description |
|---|
CheckoutOrderResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CheckoutOrderResponse |
expiresAt(String expiresAt) |
String |
getExpiresAt()
The expiry date for the order.
|
String |
getOrderData()
The encrypted order data.
|
String |
getPspReference()
The `pspReference` that belongs to the order.
|
String |
getReference()
The merchant reference for the order.
|
Amount |
getRemainingAmount()
Get remainingAmount
|
int |
hashCode() |
CheckoutOrderResponse |
orderData(String orderData) |
CheckoutOrderResponse |
pspReference(String pspReference) |
CheckoutOrderResponse |
reference(String reference) |
CheckoutOrderResponse |
remainingAmount(Amount remainingAmount) |
void |
setExpiresAt(String expiresAt) |
void |
setOrderData(String orderData) |
void |
setPspReference(String pspReference) |
void |
setReference(String reference) |
void |
setRemainingAmount(Amount remainingAmount) |
String |
toString() |
public CheckoutOrderResponse expiresAt(String expiresAt)
public String getExpiresAt()
public void setExpiresAt(String expiresAt)
public CheckoutOrderResponse orderData(String orderData)
public String getOrderData()
public void setOrderData(String orderData)
public CheckoutOrderResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public CheckoutOrderResponse reference(String reference)
public String getReference()
public void setReference(String reference)
public CheckoutOrderResponse remainingAmount(Amount remainingAmount)
public Amount getRemainingAmount()
public void setRemainingAmount(Amount remainingAmount)
Copyright © 2022. All rights reserved.