Class SellerReviewEnrollmentPaymentEvent


  • public class SellerReviewEnrollmentPaymentEvent
    extends java.lang.Object
    A fee payment event for the Early Reviewer Program.
    • Constructor Detail

      • SellerReviewEnrollmentPaymentEvent

        public SellerReviewEnrollmentPaymentEvent()
    • Method Detail

      • getPostedDate

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

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

        public java.lang.String getEnrollmentId()
        An enrollment identifier.
        Returns:
        enrollmentId
      • setEnrollmentId

        public void setEnrollmentId​(java.lang.String enrollmentId)
      • getParentASIN

        public java.lang.String getParentASIN()
        The Amazon Standard Identification Number (ASIN) of the item that was enrolled in the Early Reviewer Program.
        Returns:
        parentASIN
      • setParentASIN

        public void setParentASIN​(java.lang.String parentASIN)
      • getFeeComponent

        public FeeComponent getFeeComponent()
        Get feeComponent
        Returns:
        feeComponent
      • setFeeComponent

        public void setFeeComponent​(FeeComponent feeComponent)
      • getChargeComponent

        public ChargeComponent getChargeComponent()
        Get chargeComponent
        Returns:
        chargeComponent
      • setChargeComponent

        public void setChargeComponent​(ChargeComponent chargeComponent)
      • getTotalAmount

        public Currency getTotalAmount()
        Get totalAmount
        Returns:
        totalAmount
      • setTotalAmount

        public void setTotalAmount​(Currency totalAmount)
      • 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