Package com.adyen.model.nexo
Class SponsoredMerchant
- java.lang.Object
-
- com.adyen.model.nexo.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 Summary
Fields Modifier and Type Field Description protected StringmerchantAddressThe Merchant address.protected StringmerchantCategoryCodeThe Merchant category code.protected StringmerchantCountryThe Merchant country.protected StringmerchantNameThe Merchant name.protected StringregistrationIDThe Registration id.
-
Constructor Summary
Constructors Constructor Description SponsoredMerchant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMerchantAddress()Gets the value of the merchantAddress property.StringgetMerchantCategoryCode()Gets the value of the merchantCategoryCode property.StringgetMerchantCountry()Gets the value of the merchantCountry property.StringgetMerchantName()Gets the value of the merchantName property.StringgetRegistrationID()Gets the value of the registrationID property.voidsetMerchantAddress(String value)Sets the value of the merchantAddress property.voidsetMerchantCategoryCode(String value)Sets the value of the merchantCategoryCode property.voidsetMerchantCountry(String value)Sets the value of the merchantCountry property.voidsetMerchantName(String value)Sets the value of the merchantName property.voidsetRegistrationID(String value)Sets the value of the registrationID property.
-
-
-
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.
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getRegistrationID
public String getRegistrationID()
Gets the value of the registrationID property.- Returns:
- possible object is
String
-
-