Constructors

Link copied to clipboard
public void MerchantInfo()
Constructs a new empty instance.
public void MerchantInfo(String json)
Constructs a new instance from the given JSON String.
public void MerchantInfo(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 MerchantInfo(MerchantInfo 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
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public void clearDeviceInfo()
Clears the 'deviceInfo' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantID()
Clears the 'merchantID' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantMID()
Clears the 'merchantMID' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantName()
Clears the 'merchantName' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportsAuths()
Clears the 'supportsAuths' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'supportsManualRefunds' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportsPreAuths()
Clears the 'supportsPreAuths' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportsSales()
Clears the 'supportsSales' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportsTipAdjust()
Clears the 'supportsTipAdjust' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'supportsVaultCards' 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 final int describeContents()
Link copied to clipboard
public final Bundle getBundle()
Link copied to clipboard
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
Unique identifier
Link copied to clipboard
Link copied to clipboard
Name of the merchant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public boolean hasDeviceInfo()
Checks whether the 'deviceInfo' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantID()
Checks whether the 'merchantID' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantMID()
Checks whether the 'merchantMID' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantName()
Checks whether the 'merchantName' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsAuths()
Checks whether the 'supportsAuths' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsManualRefunds()
Checks whether the 'supportsManualRefunds' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsPreAuths()
Checks whether the 'supportsPreAuths' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsSales()
Checks whether the 'supportsSales' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsTipAdjust()
Checks whether the 'supportsTipAdjust' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportsVaultCards()
Checks whether the 'supportsVaultCards' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotNullDeviceInfo()
Checks whether the 'deviceInfo' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantID()
Checks whether the 'merchantID' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantMID()
Checks whether the 'merchantMID' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantName()
Checks whether the 'merchantName' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportsAuths()
Checks whether the 'supportsAuths' field is set and is not null
Link copied to clipboard
Checks whether the 'supportsManualRefunds' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportsPreAuths()
Checks whether the 'supportsPreAuths' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportsSales()
Checks whether the 'supportsSales' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportsTipAdjust()
Checks whether the 'supportsTipAdjust' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportsVaultCards()
Checks whether the 'supportsVaultCards' field is set and is not null
Link copied to clipboard
public void mergeChanges(MerchantInfo 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
Sets the field 'deviceInfo'.
Link copied to clipboard
public MerchantInfo setMerchantID(String merchantID)
Sets the field 'merchantID'.
Link copied to clipboard
public MerchantInfo setMerchantMID(String merchantMID)
Sets the field 'merchantMID'.
Link copied to clipboard
public MerchantInfo setMerchantName(String merchantName)
Sets the field 'merchantName'.
Link copied to clipboard
public MerchantInfo setSupportsAuths(Boolean supportsAuths)
Sets the field 'supportsAuths'.
Link copied to clipboard
public MerchantInfo setSupportsManualRefunds(Boolean supportsManualRefunds)
Sets the field 'supportsManualRefunds'.
Link copied to clipboard
public MerchantInfo setSupportsPreAuths(Boolean supportsPreAuths)
Sets the field 'supportsPreAuths'.
Link copied to clipboard
public MerchantInfo setSupportsSales(Boolean supportsSales)
Sets the field 'supportsSales'.
Link copied to clipboard
public MerchantInfo setSupportsTipAdjust(Boolean supportsTipAdjust)
Sets the field 'supportsTipAdjust'.
Link copied to clipboard
public MerchantInfo setSupportsVaultCards(Boolean supportsVaultCards)
Sets the field 'supportsVaultCards'.
Link copied to clipboard
public final String toString()
Link copied to clipboard
public void validate()
Link copied to clipboard
public final void writeToParcel(Parcel dest, int flags)