Class SellingPartnerMetadata


  • public class SellingPartnerMetadata
    extends java.lang.Object
    Metadata that describes the seller.
    • Constructor Detail

      • SellingPartnerMetadata

        public SellingPartnerMetadata()
    • Method Detail

      • getSellingPartnerId

        public java.lang.String getSellingPartnerId()
        A unique seller identifier.
        Returns:
        sellingPartnerId
      • setSellingPartnerId

        public void setSellingPartnerId​(java.lang.String sellingPartnerId)
      • getAccountType

        public java.lang.String getAccountType()
        The type of account in the transaction.
        Returns:
        accountType
      • setAccountType

        public void setAccountType​(java.lang.String accountType)
      • getMarketplaceId

        public java.lang.String getMarketplaceId()
        The identifier of the marketplace where the transaction occurred.
        Returns:
        marketplaceId
      • setMarketplaceId

        public void setMarketplaceId​(java.lang.String marketplaceId)
      • 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