public class Merchant extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Merchant> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Merchant(Bundle data,
Bundle localData) |
Merchant(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
String |
getAbaAccountNumber() |
Account |
getAccount()
Get the merchant account.
|
MerchantAddress |
getAddress()
Get the merchant address.
|
String |
getAppBillingSystem() |
Currency |
getCurrency()
Get the merchant currency.
|
String |
getDdaAccountNumber() |
String |
getDeviceId()
Get the device ID.
|
String |
getGatewayClosingTime() |
String |
getId()
Get the merchant ID.
|
Boolean |
getIsBillable() |
Locale |
getLocale()
Get the locale.
|
String |
getMerchantPlanId() |
String |
getMid()
Get the merchant MID
|
List<Module> |
getModules()
Get the modules this particular merchant currently has enabled.
|
String |
getName()
Get the merchant name.
|
Boolean |
getNewBatchCloseEnabled() |
boolean |
getPaidAppsFree()
Get paid apps free
|
String |
getPhoneNumber()
Get the merchant phone number.
|
String |
getSupportEmail()
Get the support email.
|
String |
getSupportPhone()
Get the support phone number.
|
TimeZone |
getTimeZone()
Get the merchant time zone.
|
List<TipSuggestion> |
getTipSuggestions() |
String |
getWebsite()
Get the merchant website.
|
boolean |
isTrackStockEnabled()
Returns whether this merchant is using Clover to track stock
|
boolean |
isUpdateStockEnabled()
Returns whether this merchant is using Clover to update stock
|
boolean |
isVat()
Returns whether this merchant is in a region using VAT
|
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Merchant> CREATOR
public Merchant(Parcel in)
public String getId()
public String getName()
public Currency getCurrency()
public TimeZone getTimeZone()
public Account getAccount()
public MerchantAddress getAddress()
public String getDeviceId()
public String getPhoneNumber()
public String getWebsite()
public String getMid()
public List<Module> getModules()
Module
public String getGatewayClosingTime()
public Boolean getNewBatchCloseEnabled()
public boolean isVat()
public String getSupportPhone()
public String getSupportEmail()
public Locale getLocale()
public boolean isUpdateStockEnabled()
public boolean isTrackStockEnabled()
public boolean getPaidAppsFree()
public String getAppBillingSystem()
public String getAbaAccountNumber()
public String getDdaAccountNumber()
public Boolean getIsBillable()
public String getMerchantPlanId()
public List<TipSuggestion> getTipSuggestions()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable