Class MerchantBankProcessing

    • Constructor Detail

      • MerchantBankProcessing

        public MerchantBankProcessing()
        Constructs a new empty instance.
      • MerchantBankProcessing

        protected MerchantBankProcessing​(boolean noInit)
        Constructs a new empty instance.
      • MerchantBankProcessing

        public 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.
      • MerchantBankProcessing

        public MerchantBankProcessing​(MerchantBankProcessing src)
        Constructs a new instance that is a deep copy of the source instance. It does not copy the bundle or changelog.
    • Method Detail

      • getMerchantRef

        public Reference getMerchantRef()
      • getBin

        public String getBin()
        Bank identification number of bank
      • getPayCode

        public String getPayCode()
        Pay code
      • getClearingCode

        public String getClearingCode()
        Clearing code
      • getIca

        public String getIca()
        Interbank Card Association
      • getPayCycle

        public String getPayCycle()
        Pay cycle
      • getAchRollup

        public String getAchRollup()
        ACH rollup
      • getCreatedTime

        public Long getCreatedTime()
        Date record created
      • getModifiedTime

        public Long getModifiedTime()
        Date record modified
      • getJSONObject

        public JSONObject getJSONObject()
        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.
        Specified by:
        getJSONObject in interface JSONifiable
      • isNotNullMerchantRef

        public boolean isNotNullMerchantRef()
        Checks whether the 'merchantRef' field is set and is not null
      • isNotNullBin

        public boolean isNotNullBin()
        Checks whether the 'bin' field is set and is not null
      • isNotNullPayCode

        public boolean isNotNullPayCode()
        Checks whether the 'payCode' field is set and is not null
      • isNotNullClearingCode

        public boolean isNotNullClearingCode()
        Checks whether the 'clearingCode' field is set and is not null
      • isNotNullIca

        public boolean isNotNullIca()
        Checks whether the 'ica' field is set and is not null
      • isNotNullPayCycle

        public boolean isNotNullPayCycle()
        Checks whether the 'payCycle' field is set and is not null
      • isNotNullAchRollup

        public boolean isNotNullAchRollup()
        Checks whether the 'achRollup' field is set and is not null
      • isNotNullCreatedTime

        public boolean isNotNullCreatedTime()
        Checks whether the 'createdTime' field is set and is not null
      • isNotNullModifiedTime

        public boolean isNotNullModifiedTime()
        Checks whether the 'modifiedTime' field is set and is not null
      • hasMerchantRef

        public boolean hasMerchantRef()
        Checks whether the 'merchantRef' field has been set, however the value could be null
      • hasBin

        public boolean hasBin()
        Checks whether the 'bin' field has been set, however the value could be null
      • hasPayCode

        public boolean hasPayCode()
        Checks whether the 'payCode' field has been set, however the value could be null
      • hasClearingCode

        public boolean hasClearingCode()
        Checks whether the 'clearingCode' field has been set, however the value could be null
      • hasIca

        public boolean hasIca()
        Checks whether the 'ica' field has been set, however the value could be null
      • hasPayCycle

        public boolean hasPayCycle()
        Checks whether the 'payCycle' field has been set, however the value could be null
      • hasAchRollup

        public boolean hasAchRollup()
        Checks whether the 'achRollup' field has been set, however the value could be null
      • hasCreatedTime

        public boolean hasCreatedTime()
        Checks whether the 'createdTime' field has been set, however the value could be null
      • hasModifiedTime

        public boolean hasModifiedTime()
        Checks whether the 'modifiedTime' field has been set, however the value could be null
      • setMerchantRef

        public MerchantBankProcessing setMerchantRef​(Reference merchantRef)
        Sets the field 'merchantRef'. The parameter is not copied so changes to it will be reflected in this instance and vice-versa.
      • clearMerchantRef

        public void clearMerchantRef()
        Clears the 'merchantRef' field, the 'has' method for this field will now return false
      • clearBin

        public void clearBin()
        Clears the 'bin' field, the 'has' method for this field will now return false
      • clearPayCode

        public void clearPayCode()
        Clears the 'payCode' field, the 'has' method for this field will now return false
      • clearClearingCode

        public void clearClearingCode()
        Clears the 'clearingCode' field, the 'has' method for this field will now return false
      • clearIca

        public void clearIca()
        Clears the 'ica' field, the 'has' method for this field will now return false
      • clearPayCycle

        public void clearPayCycle()
        Clears the 'payCycle' field, the 'has' method for this field will now return false
      • clearAchRollup

        public void clearAchRollup()
        Clears the 'achRollup' field, the 'has' method for this field will now return false
      • clearCreatedTime

        public void clearCreatedTime()
        Clears the 'createdTime' field, the 'has' method for this field will now return false
      • clearModifiedTime

        public void clearModifiedTime()
        Clears the 'modifiedTime' field, the 'has' method for this field will now return false
      • containsChanges

        public boolean containsChanges()
        Returns true if this instance has any changes.
      • resetChangeLog

        public void resetChangeLog()
        Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
      • copyChanges

        public MerchantBankProcessing copyChanges()
        Create a copy of this instance that contains only fields that were set after the constructor was called.
      • mergeChanges

        public void mergeChanges​(MerchantBankProcessing src)
        Copy all the changed fields from the given source to this instance.