BbCommandId enum Null safety

BbCommandId.BusinessPayBill This is a transfer of funds from one Organization's Working Account to another Organization's Utility Account. BbCommandId.BusinessBuyGoods A transfer of funds from one Organization's Working Account to another Organization's Merchant Account. BbCommandId.DisburseFundsToBusiness A transfer of funds from one Organization's Utility Account to another Organization's Working Account. BbCommandId.BusinessToBusinessTransfer A transfer of funds from one Organization's Working Account to another Organization's Working Account. BbCommandId.MerchantToMerchantTransfer A transfer of funds from one Organization's Merchant Account to another Organization's Merchant Account.

Constants

BusinessBuyGoods → const BbCommandId
const BbCommandId(1)
BusinessPayBill → const BbCommandId
const BbCommandId(0)
BusinessToBusinessTransfer → const BbCommandId
const BbCommandId(3)
DisburseFundsToBusiness → const BbCommandId
const BbCommandId(2)
MerchantToMerchantTransfer → const BbCommandId
const BbCommandId(4)
values → const List<BbCommandId>

A constant List of the values in this enum, in order of their declaration.

const List<BbCommandId>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited