transactionType property

String transactionType

Implementation

String get transactionType {
  switch (this) {
    case IdentifierType.TillNumber:
      return 'CustomerBuyGoodsOnline';
    case IdentifierType.OrganizationShortCode:
      return 'CustomerPayBillOnline';
    default:
      return 'CustomerPayBillOnline';
  }
}