Class RecurringDetailsResult


  • public class RecurringDetailsResult
    extends Object
    RecurringDetailsResult
    • Constructor Detail

      • RecurringDetailsResult

        public RecurringDetailsResult()
    • Method Detail

      • getCreationDate

        public Date getCreationDate()
        the creation date when the shopper record was created
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getShopperReference

        public String getShopperReference()
        the reference you use to uniquely identify the shopper (e.g. user ID or account ID)
        Returns:
        shopperReference
      • setShopperReference

        public void setShopperReference​(String shopperReference)
      • getLastKnownShopperEmail

        public String getLastKnownShopperEmail()
        the most recent email for this shopper (if available)
        Returns:
        lastKnownShopperEmail
      • setLastKnownShopperEmail

        public void setLastKnownShopperEmail​(String lastKnownShopperEmail)
      • getInvalidOneClickContracts

        public String getInvalidOneClickContracts()
      • setInvalidOneClickContracts

        public void setInvalidOneClickContracts​(String invalidOneClickContracts)
      • getRecurringDetails

        public List<RecurringDetail> getRecurringDetails()
        Return RecurringDetails
        Returns:
        RecurringDetails
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object