Constructors

Link copied to clipboard
public void Reseller()
Constructs a new empty instance.
public void Reseller(String json)
Constructs a new instance from the given JSON String.
public void Reseller(JSONObject jsonObject)
Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.
public void Reseller(Reseller src)
Constructs a new instance that is a deep copy of the source instance.

Types

Link copied to clipboard
public interface Constraints

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
public final static Parcelable.Creator<Reseller> CREATOR
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public void clearAllowBlackhole()
Clears the 'allowBlackhole' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearAlternateName()
Clears the 'alternateName' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearBrandAssets()
Clears the 'brandAssets' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearBroadcastMessage()
Clears the 'broadcastMessage' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCode()
Clears the 'code' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCreatedTime()
Clears the 'createdTime' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'defaultCountryCode' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'defaultPaymentProcessor' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'defaultProcessorKey' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'enforceMerchantPlan' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFdClientId()
Clears the 'fdClientId' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFeaturedApps()
Clears the 'featuredApps' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilterApps()
Clears the 'filterApps' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearForcePhone()
Clears the 'forcePhone' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearId()
Clears the 'id' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearIsBulkPurchaser()
Clears the 'isBulkPurchaser' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'isCodelessActivation' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearIsIntercomEnabled()
Clears the 'isIntercomEnabled' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearIsNewBilling()
Clears the 'isNewBilling' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'isRapidDepositEnabled' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearIsRkiIdentifier()
Clears the 'isRkiIdentifier' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearIsSelfBoarding()
Clears the 'isSelfBoarding' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearLocale()
Clears the 'locale' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantPlanGroup()
Clears the 'merchantPlanGroup' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearName()
Clears the 'name' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearOwner()
Clears the 'owner' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearParentReseller()
Clears the 'parentReseller' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'partnerSupportEmail' field, the 'has' method for this field will now return false
Clears the 'rapidDepositServiceEntitlementNumber' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'resellerPrivacyPolicyUrl' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearStationsOnClassic()
Clears the 'stationsOnClassic' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportEmail()
Clears the 'supportEmail' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportPhone()
Clears the 'supportPhone' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'supportsNakedCredit' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'supportsOutboundBoarding' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'tasqCustomerNumber' field, the 'has' method for this field will now return false
Link copied to clipboard
public boolean containsChanges()
Returns true if this instance has any changes.
Link copied to clipboard
Create a copy of this instance that contains only fields that were set after the constructor was called.
Link copied to clipboard
public abstract int describeContents()
public final int describeContents()
Link copied to clipboard
Indicates whether blackhole processing is allowed for the reseller
Link copied to clipboard
Alternate FD name of the reseller
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Bundle getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
Link copied to clipboard
public String getCode()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reseller's merchants cannot change their merchant plan as long as this flag is set for the reseller
Link copied to clipboard
First Data Client ID
Link copied to clipboard
Link copied to clipboard
Indicates whether the reseller has capability to filter Apps
Link copied to clipboard
Indicates whether the the support phone for all merchants for the reseller should be forced to reseller's support phone
Link copied to clipboard
public String getId()
Unique identifier
Link copied to clipboard
Indicates whether the reseller is a bulk purchaser
Link copied to clipboard
Indicates whether the reseller is setup with codeless activation
Link copied to clipboard
Indicates if intercom is enabled for reseller
Link copied to clipboard
Link copied to clipboard
Indicates if rapid deposit is enabled for the reseller
Link copied to clipboard
Indicates if the reseller is a 'generic' reseller whose name will be used during RKI requests for resellers devices under it in hierarchy
Link copied to clipboard
Indicates if it is a self-boarding reseller
Link copied to clipboard
Returns the internal JSONObject backing this instance, the return value is not a copy so changes to it will be reflected in this instance and vice-versa.
Link copied to clipboard
public String getLocale()
Language/country of the reseller in locale format
Link copied to clipboard
Link copied to clipboard
public String getName()
Name of the reseller
Link copied to clipboard
public Account getOwner()
The owner of the reseller
Link copied to clipboard
The parent reseller
Link copied to clipboard
Link copied to clipboard
Reseller Privacy Policy URL
Link copied to clipboard
Indicates whether the station devices for the reseller are on Classic
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates if reseller supports naked credit
Link copied to clipboard
Indicates if the reseller supports outbound boarding, this is true only for demo resellers
Link copied to clipboard
Link copied to clipboard
public boolean hasAllowBlackhole()
Checks whether the 'allowBlackhole' field has been set, however the value could be null
Link copied to clipboard
public boolean hasAlternateName()
Checks whether the 'alternateName' field has been set, however the value could be null
Link copied to clipboard
public boolean hasBrandAssets()
Checks whether the 'brandAssets' field has been set, however the value could be null
Link copied to clipboard
public boolean hasBroadcastMessage()
Checks whether the 'broadcastMessage' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCode()
Checks whether the 'code' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCreatedTime()
Checks whether the 'createdTime' field has been set, however the value could be null
Link copied to clipboard
public boolean hasDefaultCountryCode()
Checks whether the 'defaultCountryCode' field has been set, however the value could be null
Link copied to clipboard
public boolean hasDefaultPaymentProcessor()
Checks whether the 'defaultPaymentProcessor' field has been set, however the value could be null
Link copied to clipboard
public boolean hasDefaultProcessorKey()
Checks whether the 'defaultProcessorKey' field has been set, however the value could be null
Link copied to clipboard
public boolean hasEnforceMerchantPlan()
Checks whether the 'enforceMerchantPlan' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFdClientId()
Checks whether the 'fdClientId' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFeaturedApps()
Checks whether the 'featuredApps' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilterApps()
Checks whether the 'filterApps' field has been set, however the value could be null
Link copied to clipboard
public boolean hasForcePhone()
Checks whether the 'forcePhone' field has been set, however the value could be null
Link copied to clipboard
public boolean hasId()
Checks whether the 'id' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsBulkPurchaser()
Checks whether the 'isBulkPurchaser' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsCodelessActivation()
Checks whether the 'isCodelessActivation' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsIntercomEnabled()
Checks whether the 'isIntercomEnabled' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsNewBilling()
Checks whether the 'isNewBilling' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsRapidDepositEnabled()
Checks whether the 'isRapidDepositEnabled' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsRkiIdentifier()
Checks whether the 'isRkiIdentifier' field has been set, however the value could be null
Link copied to clipboard
public boolean hasIsSelfBoarding()
Checks whether the 'isSelfBoarding' field has been set, however the value could be null
Link copied to clipboard
public boolean hasLocale()
Checks whether the 'locale' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantPlanGroup()
Checks whether the 'merchantPlanGroup' field has been set, however the value could be null
Link copied to clipboard
public boolean hasName()
Checks whether the 'name' field has been set, however the value could be null
Link copied to clipboard
public boolean hasOwner()
Checks whether the 'owner' field has been set, however the value could be null
Link copied to clipboard
public boolean hasParentReseller()
Checks whether the 'parentReseller' field has been set, however the value could be null
Link copied to clipboard
public boolean hasPartnerSupportEmail()
Checks whether the 'partnerSupportEmail' field has been set, however the value could be null
Link copied to clipboard
Checks whether the 'rapidDepositServiceEntitlementNumber' field has been set, however the value could be null
Link copied to clipboard
public boolean hasResellerPrivacyPolicyUrl()
Checks whether the 'resellerPrivacyPolicyUrl' field has been set, however the value could be null
Link copied to clipboard
public boolean hasStationsOnClassic()
Checks whether the 'stationsOnClassic' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportEmail()
Checks whether the 'supportEmail' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportPhone()
Checks whether the 'supportPhone' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsNakedCredit()
Checks whether the 'supportsNakedCredit' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsOutboundBoarding()
Checks whether the 'supportsOutboundBoarding' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTasqCustomerNumber()
Checks whether the 'tasqCustomerNumber' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotEmptyBrandAssets()
Checks whether the 'brandAssets' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotEmptyFeaturedApps()
Checks whether the 'featuredApps' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotNullAllowBlackhole()
Checks whether the 'allowBlackhole' field is set and is not null
Link copied to clipboard
public boolean isNotNullAlternateName()
Checks whether the 'alternateName' field is set and is not null
Link copied to clipboard
public boolean isNotNullBrandAssets()
Checks whether the 'brandAssets' field is set and is not null
Link copied to clipboard
public boolean isNotNullBroadcastMessage()
Checks whether the 'broadcastMessage' field is set and is not null
Link copied to clipboard
public boolean isNotNullCode()
Checks whether the 'code' field is set and is not null
Link copied to clipboard
public boolean isNotNullCreatedTime()
Checks whether the 'createdTime' field is set and is not null
Link copied to clipboard
public boolean isNotNullDefaultCountryCode()
Checks whether the 'defaultCountryCode' field is set and is not null
Link copied to clipboard
Checks whether the 'defaultPaymentProcessor' field is set and is not null
Link copied to clipboard
Checks whether the 'defaultProcessorKey' field is set and is not null
Link copied to clipboard
Checks whether the 'enforceMerchantPlan' field is set and is not null
Link copied to clipboard
public boolean isNotNullFdClientId()
Checks whether the 'fdClientId' field is set and is not null
Link copied to clipboard
public boolean isNotNullFeaturedApps()
Checks whether the 'featuredApps' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilterApps()
Checks whether the 'filterApps' field is set and is not null
Link copied to clipboard
public boolean isNotNullForcePhone()
Checks whether the 'forcePhone' field is set and is not null
Link copied to clipboard
public boolean isNotNullId()
Checks whether the 'id' field is set and is not null
Link copied to clipboard
public boolean isNotNullIsBulkPurchaser()
Checks whether the 'isBulkPurchaser' field is set and is not null
Link copied to clipboard
Checks whether the 'isCodelessActivation' field is set and is not null
Link copied to clipboard
public boolean isNotNullIsIntercomEnabled()
Checks whether the 'isIntercomEnabled' field is set and is not null
Link copied to clipboard
public boolean isNotNullIsNewBilling()
Checks whether the 'isNewBilling' field is set and is not null
Link copied to clipboard
Checks whether the 'isRapidDepositEnabled' field is set and is not null
Link copied to clipboard
public boolean isNotNullIsRkiIdentifier()
Checks whether the 'isRkiIdentifier' field is set and is not null
Link copied to clipboard
public boolean isNotNullIsSelfBoarding()
Checks whether the 'isSelfBoarding' field is set and is not null
Link copied to clipboard
public boolean isNotNullLocale()
Checks whether the 'locale' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantPlanGroup()
Checks whether the 'merchantPlanGroup' field is set and is not null
Link copied to clipboard
public boolean isNotNullName()
Checks whether the 'name' field is set and is not null
Link copied to clipboard
public boolean isNotNullOwner()
Checks whether the 'owner' field is set and is not null
Link copied to clipboard
public boolean isNotNullParentReseller()
Checks whether the 'parentReseller' field is set and is not null
Link copied to clipboard
Checks whether the 'partnerSupportEmail' field is set and is not null
Checks whether the 'rapidDepositServiceEntitlementNumber' field is set and is not null
Link copied to clipboard
Checks whether the 'resellerPrivacyPolicyUrl' field is set and is not null
Link copied to clipboard
public boolean isNotNullStationsOnClassic()
Checks whether the 'stationsOnClassic' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportEmail()
Checks whether the 'supportEmail' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportPhone()
Checks whether the 'supportPhone' field is set and is not null
Link copied to clipboard
Checks whether the 'supportsNakedCredit' field is set and is not null
Link copied to clipboard
Checks whether the 'supportsOutboundBoarding' field is set and is not null
Link copied to clipboard
public boolean isNotNullTasqCustomerNumber()
Checks whether the 'tasqCustomerNumber' field is set and is not null
Link copied to clipboard
public void mergeChanges(Reseller src)
Copy all the changed fields from the given source to this instance.
Link copied to clipboard
public void resetChangeLog()
Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
Link copied to clipboard
public Reseller setAllowBlackhole(Boolean allowBlackhole)
Sets the field 'allowBlackhole'.
Link copied to clipboard
public Reseller setAlternateName(String alternateName)
Sets the field 'alternateName'.
Link copied to clipboard
public Reseller setBrandAssets(List<Reference> brandAssets)
Sets the field 'brandAssets'.
Link copied to clipboard
public Reseller setBroadcastMessage(Reference broadcastMessage)
Sets the field 'broadcastMessage'.
Link copied to clipboard
public Reseller setCode(String code)
Sets the field 'code'.
Link copied to clipboard
public Reseller setCreatedTime(Long createdTime)
Sets the field 'createdTime'.
Link copied to clipboard
public Reseller setDefaultCountryCode(String defaultCountryCode)
Sets the field 'defaultCountryCode'.
Link copied to clipboard
public Reseller setDefaultPaymentProcessor(PaymentProcessor defaultPaymentProcessor)
Sets the field 'defaultPaymentProcessor'.
Link copied to clipboard
public Reseller setDefaultProcessorKey(ProcessorKey defaultProcessorKey)
Sets the field 'defaultProcessorKey'.
Link copied to clipboard
public Reseller setEnforceMerchantPlan(Boolean enforceMerchantPlan)
Sets the field 'enforceMerchantPlan'.
Link copied to clipboard
public Reseller setFdClientId(String fdClientId)
Sets the field 'fdClientId'.
Link copied to clipboard
public Reseller setFeaturedApps(List<Reference> featuredApps)
Sets the field 'featuredApps'.
Link copied to clipboard
public Reseller setFilterApps(Boolean filterApps)
Sets the field 'filterApps'.
Link copied to clipboard
public Reseller setForcePhone(Boolean forcePhone)
Sets the field 'forcePhone'.
Link copied to clipboard
public Reseller setId(String id)
Sets the field 'id'.
Link copied to clipboard
public Reseller setIsBulkPurchaser(Boolean isBulkPurchaser)
Sets the field 'isBulkPurchaser'.
Link copied to clipboard
public Reseller setIsCodelessActivation(Boolean isCodelessActivation)
Sets the field 'isCodelessActivation'.
Link copied to clipboard
public Reseller setIsIntercomEnabled(Boolean isIntercomEnabled)
Sets the field 'isIntercomEnabled'.
Link copied to clipboard
public Reseller setIsNewBilling(Boolean isNewBilling)
Sets the field 'isNewBilling'.
Link copied to clipboard
public Reseller setIsRapidDepositEnabled(Boolean isRapidDepositEnabled)
Sets the field 'isRapidDepositEnabled'.
Link copied to clipboard
public Reseller setIsRkiIdentifier(Boolean isRkiIdentifier)
Sets the field 'isRkiIdentifier'.
Link copied to clipboard
public Reseller setIsSelfBoarding(Boolean isSelfBoarding)
Sets the field 'isSelfBoarding'.
Link copied to clipboard
public Reseller setLocale(String locale)
Sets the field 'locale'.
Link copied to clipboard
public Reseller setMerchantPlanGroup(Reference merchantPlanGroup)
Sets the field 'merchantPlanGroup'.
Link copied to clipboard
public Reseller setName(String name)
Sets the field 'name'.
Link copied to clipboard
public Reseller setOwner(Account owner)
Sets the field 'owner'.
Link copied to clipboard
public Reseller setParentReseller(Reseller parentReseller)
Sets the field 'parentReseller'.
Link copied to clipboard
public Reseller setPartnerSupportEmail(String partnerSupportEmail)
Sets the field 'partnerSupportEmail'.
Link copied to clipboard
public Reseller setRapidDepositServiceEntitlementNumber(String rapidDepositServiceEntitlementNumber)
Sets the field 'rapidDepositServiceEntitlementNumber'.
Link copied to clipboard
public Reseller setResellerPrivacyPolicyUrl(String resellerPrivacyPolicyUrl)
Sets the field 'resellerPrivacyPolicyUrl'.
Link copied to clipboard
public Reseller setStationsOnClassic(Boolean stationsOnClassic)
Sets the field 'stationsOnClassic'.
Link copied to clipboard
public Reseller setSupportEmail(String supportEmail)
Sets the field 'supportEmail'.
Link copied to clipboard
public Reseller setSupportPhone(String supportPhone)
Sets the field 'supportPhone'.
Link copied to clipboard
public Reseller setSupportsNakedCredit(Boolean supportsNakedCredit)
Sets the field 'supportsNakedCredit'.
Link copied to clipboard
public Reseller setSupportsOutboundBoarding(Boolean supportsOutboundBoarding)
Sets the field 'supportsOutboundBoarding'.
Link copied to clipboard
public Reseller setTasqCustomerNumber(String tasqCustomerNumber)
Sets the field 'tasqCustomerNumber'.
Link copied to clipboard
public final String toString()
Link copied to clipboard
public void validate()
Link copied to clipboard
public abstract void writeToParcel(Parcel p, int p1)
public final void writeToParcel(Parcel dest, int flags)