Uses of Class
com.onlinepayments.domain.PaymentCreationOutput
Packages that use PaymentCreationOutput
-
Uses of PaymentCreationOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentCreationOutputModifier and TypeMethodDescriptionCompletePaymentResponse.getCreationOutput()Object containing the details of the created payment.CreatePaymentResponse.getCreationOutput()Object containing the details of the created payment.PaymentCreationOutput.withExternalReference(String value) The external reference identifier for this transaction.PaymentCreationOutput.withIsNewToken(Boolean value) Indicates if a new token was created true - A new token was created false - A token with the same card number already exists and is returned.ID of the token.PaymentCreationOutput.withTokenizationSucceeded(Boolean value) Indicates if tokenization was successful or not.Methods in com.onlinepayments.domain with parameters of type PaymentCreationOutputModifier and TypeMethodDescriptionvoidCompletePaymentResponse.setCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.voidCreatePaymentResponse.setCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.CompletePaymentResponse.withCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.CreatePaymentResponse.withCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.