Class Customer


  • public class Customer
    extends MPResource
    This class allows you to store customers data safely to improve the shopping experience. This will allow your customer to complete their purchases much faster and easily when used in conjunction with the Cards class.
    • Constructor Detail

      • Customer

        public Customer()
    • Method Detail

      • getId

        public String getId()
        Customer ID.
      • getEmail

        public String getEmail()
        Customer's email.
      • getFirstName

        public String getFirstName()
        Customer's first name.
      • getLastName

        public String getLastName()
        Customer's last name.
      • getPhone

        public Phone getPhone()
        Customer's phone information.
      • getIdentification

        public Identification getIdentification()
        Customer's identification information.
      • getDefaultAddress

        public String getDefaultAddress()
        Customer's default address.
      • getDateRegistered

        public OffsetDateTime getDateRegistered()
        Customer's date registered.
      • getDescription

        public String getDescription()
        Customer's description.
      • getDateCreated

        public OffsetDateTime getDateCreated()
        Customer's date created.
      • getDateLastUpdated

        public OffsetDateTime getDateLastUpdated()
        Customer's date last update.
      • getDefaultCard

        public String getDefaultCard()
        Default card.
      • getLiveMode

        public Boolean getLiveMode()
        Live mode.