public class CreatePaymentResult extends Object
Constructor and Description |
---|
CreatePaymentResult() |
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 instruction, showing the transaction results or redirect to a third party to complete the payment
|
Payment |
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 instruction, showing the transaction results or redirect to a third party to complete the payment
|
void |
setPayment(Payment value)
Object that holds the payment related properties
|
public PaymentCreationOutput getCreationOutput()
public void setCreationOutput(PaymentCreationOutput value)
public MerchantAction getMerchantAction()
public void setMerchantAction(MerchantAction value)
public Payment getPayment()
public void setPayment(Payment value)
Copyright © 2024 Worldline Global Collect. All rights reserved.