Package com.onlinepayments.domain
Class GetHostedCheckoutResponse
java.lang.Object
com.onlinepayments.domain.GetHostedCheckoutResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedThis is the status of the hosted checkout.voidThis object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedvoidThis is the status of the hosted checkout.This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedwithStatus(String value) This is the status of the hosted checkout.
-
Constructor Details
-
GetHostedCheckoutResponse
public GetHostedCheckoutResponse()
-
-
Method Details
-
getCreatedPaymentOutput
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized -
setCreatedPaymentOutput
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized -
withCreatedPaymentOutput
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized -
getStatus
This is the status of the hosted checkout. Possible values are:- IN_PROGRESS - The checkout is still in progress and has not finished yet
- PAYMENT_CREATED - A payment has been created
- CANCELLED_BY_CONSUMER - The HostedCheckout session have been cancelled by the customer
-
setStatus
This is the status of the hosted checkout. Possible values are:- IN_PROGRESS - The checkout is still in progress and has not finished yet
- PAYMENT_CREATED - A payment has been created
- CANCELLED_BY_CONSUMER - The HostedCheckout session have been cancelled by the customer
-
withStatus
This is the status of the hosted checkout. Possible values are:- IN_PROGRESS - The checkout is still in progress and has not finished yet
- PAYMENT_CREATED - A payment has been created
- CANCELLED_BY_CONSUMER - The HostedCheckout session have been cancelled by the customer
-