Class SponsoredMerchant


  • public class SponsoredMerchant
    extends Object
    Definition: Merchant using the payment services of a payment facilitator, acting as a card acceptor. -- Usage: Identifies the merchant purchasing items, using the payment facilitator to perform the payment of the items.

    Java class for SponsoredMerchant complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SponsoredMerchant">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="MerchantName" use="required" type="{}MerchantName" />
           <attribute name="MerchantAddress" type="{}MerchantAddress" />
           <attribute name="MerchantCountry" use="required" type="{}MerchantCountry" />
           <attribute name="MerchantCategoryCode" use="required" type="{}MerchantCategoryCode" />
           <attribute name="RegistrationID" use="required" type="{}RegistrationID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • merchantName

        protected String merchantName
        The Merchant name.
      • merchantAddress

        protected String merchantAddress
        The Merchant address.
      • merchantCountry

        protected String merchantCountry
        The Merchant country.
      • merchantCategoryCode

        protected String merchantCategoryCode
        The Merchant category code.
      • registrationID

        protected String registrationID
        The Registration id.
    • Constructor Detail

      • SponsoredMerchant

        public SponsoredMerchant()
    • Method Detail

      • getMerchantName

        public String getMerchantName()
        Gets the value of the merchantName property.
        Returns:
        possible object is String
      • setMerchantName

        public void setMerchantName​(String value)
        Sets the value of the merchantName property.
        Parameters:
        value - allowed object is String
      • getMerchantAddress

        public String getMerchantAddress()
        Gets the value of the merchantAddress property.
        Returns:
        possible object is String
      • setMerchantAddress

        public void setMerchantAddress​(String value)
        Sets the value of the merchantAddress property.
        Parameters:
        value - allowed object is String
      • getMerchantCountry

        public String getMerchantCountry()
        Gets the value of the merchantCountry property.
        Returns:
        possible object is String
      • setMerchantCountry

        public void setMerchantCountry​(String value)
        Sets the value of the merchantCountry property.
        Parameters:
        value - allowed object is String
      • getMerchantCategoryCode

        public String getMerchantCategoryCode()
        Gets the value of the merchantCategoryCode property.
        Returns:
        possible object is String
      • setMerchantCategoryCode

        public void setMerchantCategoryCode​(String value)
        Sets the value of the merchantCategoryCode property.
        Parameters:
        value - allowed object is String
      • getRegistrationID

        public String getRegistrationID()
        Gets the value of the registrationID property.
        Returns:
        possible object is String
      • setRegistrationID

        public void setRegistrationID​(String value)
        Sets the value of the registrationID property.
        Parameters:
        value - allowed object is String