public class CheckoutPaymentsAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutPaymentsAction.CheckoutActionType
Enum that specifies the action that needs to be taken by the client.
|
| Constructor and Description |
|---|
CheckoutPaymentsAction() |
public CheckoutPaymentsAction alternativeReference(String alternativeReference)
public String getAlternativeReference()
public void setAlternativeReference(String alternativeReference)
public CheckoutPaymentsAction data(Map<String,String> data)
public Map<String,String> getData()
public CheckoutPaymentsAction downloadUrl(String downloadUrl)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public CheckoutPaymentsAction expiresAt(String expiresAt)
public String getExpiresAt()
public void setExpiresAt(String expiresAt)
public CheckoutPaymentsAction initialAmount(Amount initialAmount)
public Amount getInitialAmount()
public void setInitialAmount(Amount initialAmount)
public CheckoutPaymentsAction instructionsUrl(String instructionsUrl)
public String getInstructionsUrl()
public void setInstructionsUrl(String instructionsUrl)
public CheckoutPaymentsAction issuer(String issuer)
public String getIssuer()
public void setIssuer(String issuer)
public CheckoutPaymentsAction maskedTelephoneNumber(String maskedTelephoneNumber)
public String getMaskedTelephoneNumber()
public void setMaskedTelephoneNumber(String maskedTelephoneNumber)
public CheckoutPaymentsAction merchantName(String merchantName)
public String getMerchantName()
public void setMerchantName(String merchantName)
public CheckoutPaymentsAction merchantReference(String merchantReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public CheckoutPaymentsAction method(String method)
public String getMethod()
public void setMethod(String method)
public CheckoutPaymentsAction paymentData(String paymentData)
public String getPaymentData()
public void setPaymentData(String paymentData)
public CheckoutPaymentsAction paymentMethodType(String paymentMethodType)
public String getPaymentMethodType()
public void setPaymentMethodType(String paymentMethodType)
public CheckoutPaymentsAction qrCodeData(String qrCodeData)
public String getQrCodeData()
public void setQrCodeData(String qrCodeData)
public CheckoutPaymentsAction reference(String reference)
public String getReference()
public void setReference(String reference)
public CheckoutPaymentsAction shopperEmail(String shopperEmail)
public String getShopperEmail()
public void setShopperEmail(String shopperEmail)
public CheckoutPaymentsAction shopperName(String shopperName)
public String getShopperName()
public void setShopperName(String shopperName)
public CheckoutPaymentsAction surcharge(Amount surcharge)
public Amount getSurcharge()
public void setSurcharge(Amount surcharge)
public CheckoutPaymentsAction token(String token)
public String getToken()
public void setToken(String token)
public CheckoutPaymentsAction totalAmount(Amount totalAmount)
public Amount getTotalAmount()
public void setTotalAmount(Amount totalAmount)
public String getEntity()
public void setEntity(String entity)
public CheckoutPaymentsAction entity(String entity)
public CheckoutPaymentsAction type(CheckoutPaymentsAction.CheckoutActionType type)
public CheckoutPaymentsAction.CheckoutActionType getType()
public void setType(CheckoutPaymentsAction.CheckoutActionType type)
public CheckoutPaymentsAction url(String url)
public String getUrl()
public void setUrl(String url)
public int getResendInterval()
public int getResendMaxAttempts()
public String getResendUrl()
public Redirect getRedirect()
public String getAuthorisationToken()
public void setAuthorisationToken(String authorisationToken)
public CheckoutPaymentsAction authorisationToken(String authorisationToken)
public String getSubtype()
public void setSubtype(String subtype)
public CheckoutPaymentsAction subtype(String subtype)
public void setResendInterval(int resendInterval)
public void setResendMaxAttempts(int resendMaxAttempts)
public void setResendUrl(String resendUrl)
public void setRedirect(Redirect redirect)
public String getBeneficiary()
public void setBeneficiary(String beneficiary)
public String getBic()
public void setBic(String bic)
public String getIban()
public void setIban(String iban)
public String getShopperStatement()
public void setShopperStatement(String shopperStatement)
public String getCollectionInstitutionNumber()
public void setCollectionInstitutionNumber(String collectionInstitutionNumber)
Copyright © 2022. All rights reserved.