| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentCreationOutput |
CompletePaymentResponse.getCreationOutput()
Object containing the details of the created payment.
|
PaymentCreationOutput |
CreatePaymentResponse.getCreationOutput()
Object containing the details of the created payment.
|
PaymentCreationOutput |
PaymentCreationOutput.withExternalReference(String value)
The external reference identifier for this transaction.
|
PaymentCreationOutput |
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.
|
PaymentCreationOutput |
PaymentCreationOutput.withToken(String value)
ID of the token.
|
PaymentCreationOutput |
PaymentCreationOutput.withTokenizationSucceeded(Boolean value)
Indicates if tokenization was successful or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompletePaymentResponse.setCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
void |
CreatePaymentResponse.setCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
CompletePaymentResponse |
CompletePaymentResponse.withCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
CreatePaymentResponse |
CreatePaymentResponse.withCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.