interface TransactionInitiatorPlatform (View source)

In the context on this information technology implementation, an Invoicer Plaform defines an entity that makes request for invoice transactions on the gateway platform. Invoicer Platforms are defines by their name, address, domain, and authorization credentials.

Methods

string
getAddress()

Get the virtual/numerical address of the invoicer platform

string
getDomain()

Returns the Domain identifier of the Invoicer platform

TransactionInitiatorPlatformCredential[]|TransactionInitiatorPlatform>
getCredentials()

Returns the list of invoicer plaform credentials

bool
isActive()

Returns the active/inactive state of the platform entity

Details

string getAddress()

Get the virtual/numerical address of the invoicer platform

Return Value

string

string getDomain()

Returns the Domain identifier of the Invoicer platform

Return Value

string

TransactionInitiatorPlatformCredential[]|TransactionInitiatorPlatform> getCredentials()

Returns the list of invoicer plaform credentials

Return Value

TransactionInitiatorPlatformCredential[]|TransactionInitiatorPlatform>

bool isActive()

Returns the active/inactive state of the platform entity

Return Value

bool