Class VoucherAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class VoucherAction extends Action
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringACTION_TYPEpublic final static ModelObject.Serializer<VoucherAction>SERIALIZERprivate Stringtypeprivate StringpaymentDataprivate StringpaymentMethodTypeprivate Stringentityprivate Amountsurchargeprivate AmountinitialAmountprivate AmounttotalAmountprivate Stringissuerprivate StringexpiresAtprivate Stringreferenceprivate StringcollectionInstitutionNumberprivate StringmaskedTelephoneNumberprivate StringalternativeReferenceprivate StringmerchantNameprivate StringmerchantReferenceprivate Stringurlprivate StringdownloadUrlprivate StringinstructionsUrl
-
Constructor Summary
Constructors Constructor Description VoucherAction(String type, String paymentData, String paymentMethodType, String entity, Amount surcharge, Amount initialAmount, Amount totalAmount, String issuer, String expiresAt, String reference, String collectionInstitutionNumber, String maskedTelephoneNumber, String alternativeReference, String merchantName, String merchantReference, String url, String downloadUrl, String instructionsUrl)
-
Method Summary
-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
VoucherAction
VoucherAction(String type, String paymentData, String paymentMethodType, String entity, Amount surcharge, Amount initialAmount, Amount totalAmount, String issuer, String expiresAt, String reference, String collectionInstitutionNumber, String maskedTelephoneNumber, String alternativeReference, String merchantName, String merchantReference, String url, String downloadUrl, String instructionsUrl)
-
-
Method Detail
-
getPaymentData
String getPaymentData()
-
setPaymentData
Unit setPaymentData(String paymentData)
-
getPaymentMethodType
String getPaymentMethodType()
-
setPaymentMethodType
Unit setPaymentMethodType(String paymentMethodType)
-
getSurcharge
final Amount getSurcharge()
-
setSurcharge
final Unit setSurcharge(Amount surcharge)
-
getInitialAmount
final Amount getInitialAmount()
-
setInitialAmount
final Unit setInitialAmount(Amount initialAmount)
-
getTotalAmount
final Amount getTotalAmount()
-
setTotalAmount
final Unit setTotalAmount(Amount totalAmount)
-
getExpiresAt
final String getExpiresAt()
-
setExpiresAt
final Unit setExpiresAt(String expiresAt)
-
getReference
final String getReference()
-
setReference
final Unit setReference(String reference)
-
getCollectionInstitutionNumber
final String getCollectionInstitutionNumber()
-
setCollectionInstitutionNumber
final Unit setCollectionInstitutionNumber(String collectionInstitutionNumber)
-
getMaskedTelephoneNumber
final String getMaskedTelephoneNumber()
-
setMaskedTelephoneNumber
final Unit setMaskedTelephoneNumber(String maskedTelephoneNumber)
-
getAlternativeReference
final String getAlternativeReference()
-
setAlternativeReference
final Unit setAlternativeReference(String alternativeReference)
-
getMerchantName
final String getMerchantName()
-
setMerchantName
final Unit setMerchantName(String merchantName)
-
getMerchantReference
final String getMerchantReference()
-
setMerchantReference
final Unit setMerchantReference(String merchantReference)
-
getDownloadUrl
final String getDownloadUrl()
-
setDownloadUrl
final Unit setDownloadUrl(String downloadUrl)
-
getInstructionsUrl
final String getInstructionsUrl()
-
setInstructionsUrl
final Unit setInstructionsUrl(String instructionsUrl)
-
-
-
-