Class StoredValueVoidRequest


  • public class StoredValueVoidRequest
    extends Object
    StoredValueVoidRequest
    • Constructor Detail

      • StoredValueVoidRequest

        public StoredValueVoidRequest()
    • Method Detail

      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account identifier, with which you want to process the transaction.
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
        The merchant account identifier, with which you want to process the transaction.
        Parameters:
        merchantAccount -
      • getOriginalReference

        public String getOriginalReference()
        The original pspReference of the payment to modify.
        Returns:
        originalReference
      • setOriginalReference

        public void setOriginalReference​(String originalReference)
        The original pspReference of the payment to modify.
        Parameters:
        originalReference -
      • getReference

        public String getReference()
        Your reference for the payment modification. This reference is visible in Customer Area and in reports. Maximum length: 80 characters.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        Your reference for the payment modification. This reference is visible in Customer Area and in reports. Maximum length: 80 characters.
        Parameters:
        reference -
      • getStore

        public String getStore()
        The physical store, for which this payment is processed.
        Returns:
        store
      • setStore

        public void setStore​(String store)
        The physical store, for which this payment is processed.
        Parameters:
        store -
      • getTenderReference

        public String getTenderReference()
        The reference of the tender.
        Returns:
        tenderReference
      • setTenderReference

        public void setTenderReference​(String tenderReference)
        The reference of the tender.
        Parameters:
        tenderReference -
      • getUniqueTerminalId

        public String getUniqueTerminalId()
        The unique ID of a POS terminal.
        Returns:
        uniqueTerminalId
      • setUniqueTerminalId

        public void setUniqueTerminalId​(String uniqueTerminalId)
        The unique ID of a POS terminal.
        Parameters:
        uniqueTerminalId -
      • equals

        public boolean equals​(Object o)
        Return true if this StoredValueVoidRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static StoredValueVoidRequest fromJson​(String jsonString)
                                               throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of StoredValueVoidRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of StoredValueVoidRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to StoredValueVoidRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of StoredValueVoidRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException