Package com.mercadopago.client.common
Class SubMerchant
- java.lang.Object
-
- com.mercadopago.client.common.SubMerchant
-
public class SubMerchant extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubMerchant.SubMerchantBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubMerchant.SubMerchantBuilderbuilder()IntegergetAddressDoorNumber()Street number where the submerchant is located *StringgetAddressStreet()Street where the submerchant is located *StringgetCity()City where the submerchant is located *StringgetCountry()Country where the submerchant is located *StringgetDocumentNumber()CPF or CNPJ identification of the submerchant *StringgetDocumentType()CPF or CNPJ number of the submerchant *StringgetLegalName()Name of the submerchant *StringgetMcc()Submerchant MCC according to Abecs decision and/or primary CNAE *StringgetPhone()Phone number of the submerchant *StringgetRegionCode()Postal code of the submerchant *StringgetRegionCodeIso()State where the submerchant is located *StringgetSubMerchantId()Submerchant code *StringgetUrl()Payment Facilitator URL *StringgetZip()CEP of the submerchant *
-
-
-
Method Detail
-
builder
public static SubMerchant.SubMerchantBuilder builder()
-
getSubMerchantId
public String getSubMerchantId()
Submerchant code *
-
getMcc
public String getMcc()
Submerchant MCC according to Abecs decision and/or primary CNAE *
-
getCountry
public String getCountry()
Country where the submerchant is located *
-
getAddressDoorNumber
public Integer getAddressDoorNumber()
Street number where the submerchant is located *
-
getZip
public String getZip()
CEP of the submerchant *
-
getDocumentNumber
public String getDocumentNumber()
CPF or CNPJ identification of the submerchant *
-
getCity
public String getCity()
City where the submerchant is located *
-
getAddressStreet
public String getAddressStreet()
Street where the submerchant is located *
-
getLegalName
public String getLegalName()
Name of the submerchant *
-
getRegionCodeIso
public String getRegionCodeIso()
State where the submerchant is located *
-
getRegionCode
public String getRegionCode()
Postal code of the submerchant *
-
getDocumentType
public String getDocumentType()
CPF or CNPJ number of the submerchant *
-
getPhone
public String getPhone()
Phone number of the submerchant *
-
getUrl
public String getUrl()
Payment Facilitator URL *
-
-