Account StructureNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents an account data vector that is - type of account identity (i.e. 'customer'), identity id (i.e. customer number '125') and account id within this identity (i.e. ref to customer #125 card '223322.....'). May also represent temporary web terminal token generated by IWebPayTerminal in which case IsWebTerminalToken = true

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public struct Account : IEquatable<Account>
See Also