Class ResourceAudit


  • public class ResourceAudit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceAudit()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ResourceAudit fromJson​(java.lang.String json)  
      java.lang.String getChannel()
      The channel through which the API is invoked.
      java.lang.String getRequestor()
      The identifier for the requestor of the API, in EBPP.
      java.lang.String getRequestorType()
      If an API is being requested from an application that is being used directly by a customer, like the customer portal and IVR, the requestor_type should be set to \"customer\".</br> If an API is being requested from an application that is being used by third party agents/brokers servicing a customer on behalf of a biller/client, then the requestor_type should be set to \"external_user\".
      java.lang.String getTimestamp()
      The UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP.
      java.lang.String toJson()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceAudit

        public ResourceAudit()
    • Method Detail

      • getChannel

        public java.lang.String getChannel()
        The channel through which the API is invoked. Please contact <a href = \"mailto: support@billerpayments.com\">support@billerpayments.com</a> to configure channels.
        Returns:
        channel
      • getRequestorType

        public java.lang.String getRequestorType()
        If an API is being requested from an application that is being used directly by a customer, like the customer portal and IVR, the requestor_type should be set to \"customer\".</br> If an API is being requested from an application that is being used by third party agents/brokers servicing a customer on behalf of a biller/client, then the requestor_type should be set to \"external_user\". It should be noted that these users would not have logins for the EBPP Portal or Payment Center.
        Returns:
        requestorType
      • getRequestor

        public java.lang.String getRequestor()
        The identifier for the requestor of the API, in EBPP. The value to be passed in the requestor field would depend on the requestor_type.</br> If the requestor_type is \"customer\", the requestor should be the EBPP generated customer id. In the case of self registration, where there is no EBPP generated customer id yet, the requestor should be set to 'guest'.</br> If the requestor_type is \"external_user\", the requestor can be any unique identifier that the client may have for the external agent.
        Returns:
        requestor
      • getTimestamp

        public java.lang.String getTimestamp()
        The UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP. For e.g., 2019-08-13T09:21:34.359+0000
        Returns:
        timestamp