Uses of Class
com.onlinepayments.domain.GetHostedCheckoutResponse
Packages that use GetHostedCheckoutResponse
-
Uses of GetHostedCheckoutResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return GetHostedCheckoutResponseModifier and TypeMethodDescriptionGetHostedCheckoutResponse.withCreatedPaymentOutput(CreatedPaymentOutput value) This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedGetHostedCheckoutResponse.withStatus(String value) This is the status of the hosted checkout. -
Uses of GetHostedCheckoutResponse in com.onlinepayments.merchant.hostedcheckout
Methods in com.onlinepayments.merchant.hostedcheckout that return GetHostedCheckoutResponseModifier and TypeMethodDescriptionHostedCheckoutClient.getHostedCheckout(String hostedCheckoutId) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout statusHostedCheckoutClient.getHostedCheckout(String hostedCheckoutId, CallContext context) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout statusHostedCheckoutClientInterface.getHostedCheckout(String hostedCheckoutId) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout statusHostedCheckoutClientInterface.getHostedCheckout(String hostedCheckoutId, CallContext context) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout status