Class MerchantGatewayEntitlementConfiguration

    • Constructor Detail

      • MerchantGatewayEntitlementConfiguration

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

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

        public MerchantGatewayEntitlementConfiguration​(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.
      • MerchantGatewayEntitlementConfiguration

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

      • getId

        public String getId()
        Unique identifier
      • getLabel

        public String getLabel()
        Item
      • getMid

        public String getMid()
        MID
      • getMccSource

        public MccSource getMccSource()
        MCC Source
      • getMcc

        public Integer getMcc()
        Merchant Category Code
      • getAcceleration

        public Integer getAcceleration()
        Acceleration
      • getDefaultMid

        public DefaultMid getDefaultMid()
        Default MID
      • getLastBoardedTime

        public Long getLastBoardedTime()
        Last Boarded timestamp.
      • getCreatedTime

        public Long getCreatedTime()
        Created timestamp.
      • getModifiedTime

        public Long getModifiedTime()
        Modified timestamp.
      • getDeletedTime

        public Long getDeletedTime()
        Deleted timestamp.
      • getMerchantGatewayEntitlement

        public Reference getMerchantGatewayEntitlement()
      • 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
      • isNotNullId

        public boolean isNotNullId()
        Checks whether the 'id' field is set and is not null
      • isNotNullLabel

        public boolean isNotNullLabel()
        Checks whether the 'label' field is set and is not null
      • isNotNullMid

        public boolean isNotNullMid()
        Checks whether the 'mid' field is set and is not null
      • isNotNullMccSource

        public boolean isNotNullMccSource()
        Checks whether the 'mccSource' field is set and is not null
      • isNotNullMcc

        public boolean isNotNullMcc()
        Checks whether the 'mcc' field is set and is not null
      • isNotNullAcceleration

        public boolean isNotNullAcceleration()
        Checks whether the 'acceleration' field is set and is not null
      • isNotNullDefaultMid

        public boolean isNotNullDefaultMid()
        Checks whether the 'defaultMid' field is set and is not null
      • isNotNullLastBoardedTime

        public boolean isNotNullLastBoardedTime()
        Checks whether the 'lastBoardedTime' 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
      • isNotNullDeletedTime

        public boolean isNotNullDeletedTime()
        Checks whether the 'deletedTime' field is set and is not null
      • isNotNullMerchantGatewayEntitlement

        public boolean isNotNullMerchantGatewayEntitlement()
        Checks whether the 'merchantGatewayEntitlement' field is set and is not null
      • hasId

        public boolean hasId()
        Checks whether the 'id' field has been set, however the value could be null
      • hasLabel

        public boolean hasLabel()
        Checks whether the 'label' field has been set, however the value could be null
      • hasMid

        public boolean hasMid()
        Checks whether the 'mid' field has been set, however the value could be null
      • hasMccSource

        public boolean hasMccSource()
        Checks whether the 'mccSource' field has been set, however the value could be null
      • hasMcc

        public boolean hasMcc()
        Checks whether the 'mcc' field has been set, however the value could be null
      • hasAcceleration

        public boolean hasAcceleration()
        Checks whether the 'acceleration' field has been set, however the value could be null
      • hasDefaultMid

        public boolean hasDefaultMid()
        Checks whether the 'defaultMid' field has been set, however the value could be null
      • hasLastBoardedTime

        public boolean hasLastBoardedTime()
        Checks whether the 'lastBoardedTime' 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
      • hasDeletedTime

        public boolean hasDeletedTime()
        Checks whether the 'deletedTime' field has been set, however the value could be null
      • hasMerchantGatewayEntitlement

        public boolean hasMerchantGatewayEntitlement()
        Checks whether the 'merchantGatewayEntitlement' field has been set, however the value could be null
      • setMerchantGatewayEntitlement

        public MerchantGatewayEntitlementConfiguration setMerchantGatewayEntitlement​(Reference merchantGatewayEntitlement)
        Sets the field 'merchantGatewayEntitlement'. The parameter is not copied so changes to it will be reflected in this instance and vice-versa.
      • clearId

        public void clearId()
        Clears the 'id' field, the 'has' method for this field will now return false
      • clearLabel

        public void clearLabel()
        Clears the 'label' field, the 'has' method for this field will now return false
      • clearMid

        public void clearMid()
        Clears the 'mid' field, the 'has' method for this field will now return false
      • clearMccSource

        public void clearMccSource()
        Clears the 'mccSource' field, the 'has' method for this field will now return false
      • clearMcc

        public void clearMcc()
        Clears the 'mcc' field, the 'has' method for this field will now return false
      • clearAcceleration

        public void clearAcceleration()
        Clears the 'acceleration' field, the 'has' method for this field will now return false
      • clearDefaultMid

        public void clearDefaultMid()
        Clears the 'defaultMid' field, the 'has' method for this field will now return false
      • clearLastBoardedTime

        public void clearLastBoardedTime()
        Clears the 'lastBoardedTime' 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
      • clearDeletedTime

        public void clearDeletedTime()
        Clears the 'deletedTime' field, the 'has' method for this field will now return false
      • clearMerchantGatewayEntitlement

        public void clearMerchantGatewayEntitlement()
        Clears the 'merchantGatewayEntitlement' 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.