public class CreateMandateResponse extends Object
| Constructor and Description |
|---|
CreateMandateResponse() |
| Modifier and Type | Method and Description |
|---|---|
MandateResponse |
getMandate()
Object containing the created mandate.
|
MandateMerchantAction |
getMerchantAction()
Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
|
void |
setMandate(MandateResponse value)
Object containing the created mandate.
|
void |
setMerchantAction(MandateMerchantAction value)
Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
|
CreateMandateResponse |
withMandate(MandateResponse value)
Object containing the created mandate.
|
CreateMandateResponse |
withMerchantAction(MandateMerchantAction value)
Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
|
public MandateResponse getMandate()
public void setMandate(MandateResponse value)
public CreateMandateResponse withMandate(MandateResponse value)
public MandateMerchantAction getMerchantAction()
public void setMerchantAction(MandateMerchantAction value)
public CreateMandateResponse withMerchantAction(MandateMerchantAction value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.