[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.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public struct Account : IEquatable<Account>
[SerializableAttribute]
public struct Account : IEquatable<Account>
<SerializableAttribute>
Public Structure Account
Implements IEquatable(Of Account)
<SerializableAttribute>
Public Structure Account
Implements IEquatable(Of Account)
[SerializableAttribute]
public value class Account : IEquatable<Account>
[SerializableAttribute]
public value class Account : IEquatable<Account>
[<SealedAttribute>]
[<SerializableAttribute>]
type Account =
struct
interface IEquatable<Account>
end
[<SealedAttribute>]
[<SerializableAttribute>]
type Account =
struct
interface IEquatable<Account>
end