public class SponsoredMerchant extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
merchantAddress
The Merchant address.
|
protected String |
merchantCategoryCode
The Merchant category code.
|
protected String |
merchantCountry
The Merchant country.
|
protected String |
merchantName
The Merchant name.
|
protected String |
registrationID
The Registration id.
|
| Constructor and Description |
|---|
SponsoredMerchant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMerchantAddress()
Gets the value of the merchantAddress property.
|
String |
getMerchantCategoryCode()
Gets the value of the merchantCategoryCode property.
|
String |
getMerchantCountry()
Gets the value of the merchantCountry property.
|
String |
getMerchantName()
Gets the value of the merchantName property.
|
String |
getRegistrationID()
Gets the value of the registrationID property.
|
void |
setMerchantAddress(String value)
Sets the value of the merchantAddress property.
|
void |
setMerchantCategoryCode(String value)
Sets the value of the merchantCategoryCode property.
|
void |
setMerchantCountry(String value)
Sets the value of the merchantCountry property.
|
void |
setMerchantName(String value)
Sets the value of the merchantName property.
|
void |
setRegistrationID(String value)
Sets the value of the registrationID property.
|
protected String merchantName
protected String merchantAddress
protected String merchantCountry
protected String merchantCategoryCode
protected String registrationID
public String getMerchantName()
Stringpublic void setMerchantName(String value)
value - allowed object is Stringpublic String getMerchantAddress()
Stringpublic void setMerchantAddress(String value)
value - allowed object is Stringpublic String getMerchantCountry()
Stringpublic void setMerchantCountry(String value)
value - allowed object is Stringpublic String getMerchantCategoryCode()
Stringpublic void setMerchantCategoryCode(String value)
value - allowed object is Stringpublic String getRegistrationID()
StringCopyright © 2022. All rights reserved.