public class Merchant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Merchant.Builder
Class to build instances of
Merchant. |
| Modifier | Constructor and Description |
|---|---|
protected |
Merchant(String country,
String id,
io.apimatic.core.types.OptionalNullable<String> businessName,
io.apimatic.core.types.OptionalNullable<String> languageCode,
String currency,
String status,
io.apimatic.core.types.OptionalNullable<String> mainLocationId,
String createdAt)
Initialization constructor.
|
|
Merchant(String country,
String id,
String businessName,
String languageCode,
String currency,
String status,
String mainLocationId,
String createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBusinessName()
Getter for BusinessName.
|
String |
getCountry()
Getter for Country.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCurrency()
Getter for Currency.
|
String |
getId()
Getter for Id.
|
String |
getLanguageCode()
Getter for LanguageCode.
|
String |
getMainLocationId()
Getter for MainLocationId.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBusinessName()
Internal Getter for BusinessName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLanguageCode()
Internal Getter for LanguageCode.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMainLocationId()
Internal Getter for MainLocationId.
|
Merchant.Builder |
toBuilder()
Builds a new
Merchant.Builder object. |
String |
toString()
Converts this Merchant into string format.
|
public Merchant(String country, String id, String businessName, String languageCode, String currency, String status, String mainLocationId, String createdAt)
country - String value for country.id - String value for id.businessName - String value for businessName.languageCode - String value for languageCode.currency - String value for currency.status - String value for status.mainLocationId - String value for mainLocationId.createdAt - String value for createdAt.protected Merchant(String country, String id, io.apimatic.core.types.OptionalNullable<String> businessName, io.apimatic.core.types.OptionalNullable<String> languageCode, String currency, String status, io.apimatic.core.types.OptionalNullable<String> mainLocationId, String createdAt)
country - String value for country.id - String value for id.businessName - String value for businessName.languageCode - String value for languageCode.currency - String value for currency.status - String value for status.mainLocationId - String value for mainLocationId.createdAt - String value for createdAt.public String getId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBusinessName()
public String getBusinessName()
public String getCountry()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLanguageCode()
public String getLanguageCode()
public String getCurrency()
public String getStatus()
protected io.apimatic.core.types.OptionalNullable<String> internalGetMainLocationId()
public String getMainLocationId()
public String getCreatedAt()
public String toString()
public Merchant.Builder toBuilder()
Merchant.Builder object.
Creates the instance with the state of the current model.Merchant.Builder objectCopyright © 2024. All rights reserved.