Class PlatformPayment


  • public class PlatformPayment
    extends Object
    PlatformPayment
    • Constructor Detail

      • PlatformPayment

        public PlatformPayment()
    • Method Detail

      • modificationMerchantReference

        public PlatformPayment modificationMerchantReference​(String modificationMerchantReference)
      • getModificationMerchantReference

        public String getModificationMerchantReference()
        The capture's merchant reference included in the transfer.
        Returns:
        modificationMerchantReference
      • setModificationMerchantReference

        public void setModificationMerchantReference​(String modificationMerchantReference)
        The capture's merchant reference included in the transfer.
        Parameters:
        modificationMerchantReference -
      • modificationPspReference

        public PlatformPayment modificationPspReference​(String modificationPspReference)
      • getModificationPspReference

        public String getModificationPspReference()
        The capture reference included in the transfer.
        Returns:
        modificationPspReference
      • setModificationPspReference

        public void setModificationPspReference​(String modificationPspReference)
        The capture reference included in the transfer.
        Parameters:
        modificationPspReference -
      • paymentMerchantReference

        public PlatformPayment paymentMerchantReference​(String paymentMerchantReference)
      • getPaymentMerchantReference

        public String getPaymentMerchantReference()
        The payment's merchant reference included in the transfer.
        Returns:
        paymentMerchantReference
      • setPaymentMerchantReference

        public void setPaymentMerchantReference​(String paymentMerchantReference)
        The payment's merchant reference included in the transfer.
        Parameters:
        paymentMerchantReference -
      • getPspPaymentReference

        public String getPspPaymentReference()
        The payment reference included in the transfer.
        Returns:
        pspPaymentReference
      • setPspPaymentReference

        public void setPspPaymentReference​(String pspPaymentReference)
        The payment reference included in the transfer.
        Parameters:
        pspPaymentReference -
      • equals

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

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

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

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