Uses of Class
com.onlinepayments.domain.CreatedPaymentOutput
Packages that use CreatedPaymentOutput
-
Uses of CreatedPaymentOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatedPaymentOutputModifier and TypeMethodDescriptionGetHostedCheckoutResponse.getCreatedPaymentOutput()This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedCreatedPaymentOutput.withPayment(PaymentResponse value) Object that holds the payment related propertiesCreatedPaymentOutput.withPaymentStatusCategory(String value) Methods in com.onlinepayments.domain with parameters of type CreatedPaymentOutputModifier and TypeMethodDescriptionvoidGetHostedCheckoutResponse.setCreatedPaymentOutput(CreatedPaymentOutput value) This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorizedGetHostedCheckoutResponse.withCreatedPaymentOutput(CreatedPaymentOutput value) This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized