public class CreatePaymentResponse extends Object
| Constructor and Description |
|---|
CreatePaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
PaymentCreationOutput |
getCreationOutput()
Object containing the details of the created payment.
|
MerchantAction |
getMerchantAction()
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
PaymentResponse |
getPayment()
Object that holds the payment related properties
|
void |
setCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
void |
setMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
void |
setPayment(PaymentResponse value)
Object that holds the payment related properties
|
CreatePaymentResponse |
withCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
CreatePaymentResponse |
withMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
CreatePaymentResponse |
withPayment(PaymentResponse value)
Object that holds the payment related properties
|
public PaymentCreationOutput getCreationOutput()
public void setCreationOutput(PaymentCreationOutput value)
public CreatePaymentResponse withCreationOutput(PaymentCreationOutput value)
public MerchantAction getMerchantAction()
public void setMerchantAction(MerchantAction value)
public CreatePaymentResponse withMerchantAction(MerchantAction value)
public PaymentResponse getPayment()
public void setPayment(PaymentResponse value)
public CreatePaymentResponse withPayment(PaymentResponse value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.