MerchantBankProcessing

This is an auto-generated Clover data object.

Bank data for a merchant

Fields

Constructors

Link copied to clipboard
public void MerchantBankProcessing()
Constructs a new empty instance.
public void MerchantBankProcessing(String json)
Constructs a new instance from the given JSON String.
public void MerchantBankProcessing(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.
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 clearAchRollup()
Clears the 'achRollup' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearBin()
Clears the 'bin' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearClearingCode()
Clears the 'clearingCode' 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
public void clearIca()
Clears the 'ica' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantRef()
Clears the 'merchantRef' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearModifiedTime()
Clears the 'modifiedTime' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearPayCode()
Clears the 'payCode' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearPayCycle()
Clears the 'payCycle' 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
ACH rollup
Link copied to clipboard
public String getBin()
Bank identification number of bank
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
Clearing code
Link copied to clipboard
Date record created
Link copied to clipboard
public String getIca()
Interbank Card Association
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
Link copied to clipboard
Date record modified
Link copied to clipboard
public String getPayCode()
Pay code
Link copied to clipboard
Pay cycle
Link copied to clipboard
public boolean hasAchRollup()
Checks whether the 'achRollup' field has been set, however the value could be null
Link copied to clipboard
public boolean hasBin()
Checks whether the 'bin' field has been set, however the value could be null
Link copied to clipboard
public boolean hasClearingCode()
Checks whether the 'clearingCode' 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 hasIca()
Checks whether the 'ica' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantRef()
Checks whether the 'merchantRef' field has been set, however the value could be null
Link copied to clipboard
public boolean hasModifiedTime()
Checks whether the 'modifiedTime' field has been set, however the value could be null
Link copied to clipboard
public boolean hasPayCode()
Checks whether the 'payCode' field has been set, however the value could be null
Link copied to clipboard
public boolean hasPayCycle()
Checks whether the 'payCycle' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotNullAchRollup()
Checks whether the 'achRollup' field is set and is not null
Link copied to clipboard
public boolean isNotNullBin()
Checks whether the 'bin' field is set and is not null
Link copied to clipboard
public boolean isNotNullClearingCode()
Checks whether the 'clearingCode' 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 isNotNullIca()
Checks whether the 'ica' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantRef()
Checks whether the 'merchantRef' field is set and is not null
Link copied to clipboard
public boolean isNotNullModifiedTime()
Checks whether the 'modifiedTime' field is set and is not null
Link copied to clipboard
public boolean isNotNullPayCode()
Checks whether the 'payCode' field is set and is not null
Link copied to clipboard
public boolean isNotNullPayCycle()
Checks whether the 'payCycle' field is set and is not null
Link copied to clipboard
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 'achRollup'.
Link copied to clipboard
Sets the field 'bin'.
Link copied to clipboard
Sets the field 'clearingCode'.
Link copied to clipboard
Sets the field 'createdTime'.
Link copied to clipboard
Sets the field 'ica'.
Link copied to clipboard
Sets the field 'merchantRef'.
Link copied to clipboard
Sets the field 'modifiedTime'.
Link copied to clipboard
Sets the field 'payCode'.
Link copied to clipboard
Sets the field 'payCycle'.
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)