Class ProductAdsPaymentEvent


  • public class ProductAdsPaymentEvent
    extends java.lang.Object
    A Sponsored Products payment event.
    • Constructor Detail

      • ProductAdsPaymentEvent

        public ProductAdsPaymentEvent()
    • Method Detail

      • getPostedDate

        public org.threeten.bp.OffsetDateTime getPostedDate()
        Get postedDate
        Returns:
        postedDate
      • setPostedDate

        public void setPostedDate​(org.threeten.bp.OffsetDateTime postedDate)
      • getTransactionType

        public java.lang.String getTransactionType()
        Indicates if the transaction is for a charge or a refund. Possible values: * charge - Charge * refund - Refund
        Returns:
        transactionType
      • setTransactionType

        public void setTransactionType​(java.lang.String transactionType)
      • getInvoiceId

        public java.lang.String getInvoiceId()
        Identifier for the invoice that the transaction appears in.
        Returns:
        invoiceId
      • setInvoiceId

        public void setInvoiceId​(java.lang.String invoiceId)
      • getBaseValue

        public Currency getBaseValue()
        Get baseValue
        Returns:
        baseValue
      • setBaseValue

        public void setBaseValue​(Currency baseValue)
      • getTaxValue

        public Currency getTaxValue()
        Get taxValue
        Returns:
        taxValue
      • setTaxValue

        public void setTaxValue​(Currency taxValue)
      • getTransactionValue

        public Currency getTransactionValue()
        Get transactionValue
        Returns:
        transactionValue
      • setTransactionValue

        public void setTransactionValue​(Currency transactionValue)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object