public class Merchant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Merchant.Builder
Class to build instances of
Merchant. |
| Constructor and Description |
|---|
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() |
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.public String getId()
public String getBusinessName()
public String getCountry()
public String getLanguageCode()
public String getCurrency()
public String getStatus()
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 © 2022. All rights reserved.