Class: ShellDataReportingApIs::PricedResponseData

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/shell_data_reporting_ap_is/models/priced_response_data.rb

Overview

PricedResponseData Model.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#to_hash, #to_json

Constructor Details

#initialize(account_name = SKIP, account_id = SKIP, account_number = SKIP, account_short_name = SKIP, additional1 = SKIP, additional2 = SKIP, additional3 = SKIP, additional4 = SKIP, allow_clearing = SKIP, authorisation_code = SKIP, transaction_status = SKIP, driver_name = SKIP, card_expiry_period = SKIP, card_expiry = SKIP, card_group_id = SKIP, card_group_name = SKIP, issuer_code = SKIP, card_pan = SKIP, release_code = SKIP, card_sequence_number = SKIP, card_type = SKIP, col_co_code = SKIP, unit_discount_invoice_currency = SKIP, col_co_exchange_rate = SKIP, invoice_currency_symbol = SKIP, correction_flag = SKIP, crm_number = SKIP, customer_country = SKIP, customer_currency_code = SKIP, customer_currency_symbol = SKIP, rebateon_net_amount_in_customer_currency = SKIP, effective_discount_in_customer_currency = SKIP, effective_unit_discount_in_customer_currency = SKIP, unit_price_in_invoice_currency = SKIP, invoice_tax = SKIP, invoice_gross_amount = SKIP, invoice_net_amount = SKIP, va_ton_net_amount_in_customer_currency = SKIP, customer_retail_price_unit_gross = SKIP, customer_retail_value_total_gross = SKIP, customer_retail_value_total_net = SKIP, transaction_type_description = SKIP, rebateon_net_amount_in_transaction_currency = SKIP, effective_discount_in_trx_currency = SKIP, del_co_to_col_co_exchange_rate = SKIP, cards = SKIP, unit_discount_transaction_currency = SKIP, transaction_gross_amount = SKIP, transaction_net_amount = SKIP, transaction_tax = SKIP, va_ton_net_amount = SKIP, delco_list_price_unit_net = SKIP, delco_retail_price_unit_gross = SKIP, unit_price_in_transaction_currency = SKIP, delco_retail_price_unit_net = SKIP, delco_retail_value_total_gross = SKIP, delco_retail_value_total_net = SKIP, transaction_currency_symbol = SKIP, discount_type = SKIP, dispute_status = false, is_shell_site = false, fleet_id_input = SKIP, incoming_product_code = SKIP, posting_date = SKIP, posting_time = SKIP, product_code = SKIP, product_name = SKIP, product_group_id = SKIP, incoming_currency_code = SKIP, incoming_site_description = SKIP, location = SKIP, site_name = SKIP, site_code = SKIP, incoming_site_number = SKIP, invoice_currency_code = SKIP, invoice_date = SKIP, invoice_number = SKIP, fuel_product = SKIP, vat_applicable = SKIP, payer_name = SKIP, payer_number = SKIP, parent_customer_number = SKIP, payer_group = SKIP, payer_group_name = SKIP, check_digit = SKIP, net_invoice_indicator = SKIP, delco_code = SKIP, network_code = SKIP, purchased_in_country = SKIP, site_country = SKIP, vat_country = SKIP, delco_name = SKIP, network = SKIP, odometer_input = SKIP, original_sales_item_id = SKIP, fleet_id_description = SKIP, parent_customer_id = SKIP, pin_indicator = SKIP, product_group_name = SKIP, purchased_in_country_code = SKIP, quantity = SKIP, rebate_rate = SKIP, receipt_number = SKIP, refund_flag = SKIP, site_group_id = SKIP, site_group_name = SKIP, latitude = SKIP, longitude = SKIP, del_co_exchange_rate = SKIP, euro_rebate_amount = SKIP, net_euro_amount = SKIP, euro_vat_amount = SKIP, parent_customer_name = SKIP, is_invoiced = false, transaction_currency_code = SKIP, credit_debit_code = SKIP, transaction_date = SKIP, transaction_time = SKIP, transaction_item_id = SKIP, trn_identifier = SKIP, type = SKIP, transaction_line = SKIP, transaction_type = SKIP, utc_offset = SKIP, vat_category = SKIP, vat_rate = SKIP, vehicle_registration = SKIP, is_cancelled = SKIP, col_co_gross_amount = SKIP, col_co_net_amount = SKIP, col_co_vat_amount = SKIP, original_currency_symbol = SKIP, original_currency_code = SKIP, original_vat_amount = SKIP, emboss_text = SKIP, original_exchange_rate = SKIP, original_transaction_item_invoice_date = SKIP, fee_type_id = SKIP, line_item_description = false, fee_rule_description = SKIP, frequency = SKIP, fee_rule_id = SKIP, system_entry_date = SKIP, system_entry_time = SKIP, is_manual = SKIP, original_transaction_item_id = SKIP, original_transaction_item_invoice_number = SKIP, original_transaction_item_invoice_id = SKIP, payer_short_name = SKIP, reverse_charge = SKIP, original_gross_amount = SKIP, original_net_amount = SKIP, unit_of_measure = SKIP, road_type = SKIP, customer_country_iso_code = SKIP, ev_operator = SKIP, ev_serial_id = SKIP, ev_charge_point_serial = SKIP, ev_charge_point_connector_type = SKIP, ev_charge_point_connector_type_description = SKIP, ev_charge_duration = SKIP, ev_charge_start_date = SKIP, ev_charge_start_time = SKIP, ev_charge_end_date = SKIP, ev_charge_end_time = SKIP, hosting_collecting_company_number = SKIP, transaction_id = SKIP, fuel_only = SKIP) ⇒ PricedResponseData

Returns a new instance of PricedResponseData.



1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 1220

def initialize( = SKIP,  = SKIP,
                = SKIP,  = SKIP,
               additional1 = SKIP, additional2 = SKIP, additional3 = SKIP,
               additional4 = SKIP, allow_clearing = SKIP,
               authorisation_code = SKIP, transaction_status = SKIP,
               driver_name = SKIP, card_expiry_period = SKIP,
               card_expiry = SKIP, card_group_id = SKIP,
               card_group_name = SKIP, issuer_code = SKIP, card_pan = SKIP,
               release_code = SKIP, card_sequence_number = SKIP,
               card_type = SKIP, col_co_code = SKIP,
               unit_discount_invoice_currency = SKIP,
               col_co_exchange_rate = SKIP, invoice_currency_symbol = SKIP,
               correction_flag = SKIP, crm_number = SKIP,
               customer_country = SKIP, customer_currency_code = SKIP,
               customer_currency_symbol = SKIP,
               rebateon_net_amount_in_customer_currency = SKIP,
               effective_discount_in_customer_currency = SKIP,
               effective_unit_discount_in_customer_currency = SKIP,
               unit_price_in_invoice_currency = SKIP, invoice_tax = SKIP,
               invoice_gross_amount = SKIP, invoice_net_amount = SKIP,
               va_ton_net_amount_in_customer_currency = SKIP,
               customer_retail_price_unit_gross = SKIP,
               customer_retail_value_total_gross = SKIP,
               customer_retail_value_total_net = SKIP,
               transaction_type_description = SKIP,
               rebateon_net_amount_in_transaction_currency = SKIP,
               effective_discount_in_trx_currency = SKIP,
               del_co_to_col_co_exchange_rate = SKIP, cards = SKIP,
               unit_discount_transaction_currency = SKIP,
               transaction_gross_amount = SKIP,
               transaction_net_amount = SKIP, transaction_tax = SKIP,
               va_ton_net_amount = SKIP, delco_list_price_unit_net = SKIP,
               delco_retail_price_unit_gross = SKIP,
               unit_price_in_transaction_currency = SKIP,
               delco_retail_price_unit_net = SKIP,
               delco_retail_value_total_gross = SKIP,
               delco_retail_value_total_net = SKIP,
               transaction_currency_symbol = SKIP, discount_type = SKIP,
               dispute_status = false, is_shell_site = false,
               fleet_id_input = SKIP, incoming_product_code = SKIP,
               posting_date = SKIP, posting_time = SKIP,
               product_code = SKIP, product_name = SKIP,
               product_group_id = SKIP, incoming_currency_code = SKIP,
               incoming_site_description = SKIP, location = SKIP,
               site_name = SKIP, site_code = SKIP,
               incoming_site_number = SKIP, invoice_currency_code = SKIP,
               invoice_date = SKIP, invoice_number = SKIP,
               fuel_product = SKIP, vat_applicable = SKIP,
               payer_name = SKIP, payer_number = SKIP,
               parent_customer_number = SKIP, payer_group = SKIP,
               payer_group_name = SKIP, check_digit = SKIP,
               net_invoice_indicator = SKIP, delco_code = SKIP,
               network_code = SKIP, purchased_in_country = SKIP,
               site_country = SKIP, vat_country = SKIP, delco_name = SKIP,
               network = SKIP, odometer_input = SKIP,
               original_sales_item_id = SKIP, fleet_id_description = SKIP,
               parent_customer_id = SKIP, pin_indicator = SKIP,
               product_group_name = SKIP, purchased_in_country_code = SKIP,
               quantity = SKIP, rebate_rate = SKIP, receipt_number = SKIP,
               refund_flag = SKIP, site_group_id = SKIP,
               site_group_name = SKIP, latitude = SKIP, longitude = SKIP,
               del_co_exchange_rate = SKIP, euro_rebate_amount = SKIP,
               net_euro_amount = SKIP, euro_vat_amount = SKIP,
               parent_customer_name = SKIP, is_invoiced = false,
               transaction_currency_code = SKIP, credit_debit_code = SKIP,
               transaction_date = SKIP, transaction_time = SKIP,
               transaction_item_id = SKIP, trn_identifier = SKIP,
               type = SKIP, transaction_line = SKIP,
               transaction_type = SKIP, utc_offset = SKIP,
               vat_category = SKIP, vat_rate = SKIP,
               vehicle_registration = SKIP, is_cancelled = SKIP,
               col_co_gross_amount = SKIP, col_co_net_amount = SKIP,
               col_co_vat_amount = SKIP, original_currency_symbol = SKIP,
               original_currency_code = SKIP, original_vat_amount = SKIP,
               emboss_text = SKIP, original_exchange_rate = SKIP,
               original_transaction_item_invoice_date = SKIP,
               fee_type_id = SKIP, line_item_description = false,
               fee_rule_description = SKIP, frequency = SKIP,
               fee_rule_id = SKIP,  = SKIP,
               system_entry_time = SKIP, is_manual = SKIP,
               original_transaction_item_id = SKIP,
               original_transaction_item_invoice_number = SKIP,
               original_transaction_item_invoice_id = SKIP,
               payer_short_name = SKIP, reverse_charge = SKIP,
               original_gross_amount = SKIP, original_net_amount = SKIP,
               unit_of_measure = SKIP, road_type = SKIP,
               customer_country_iso_code = SKIP, ev_operator = SKIP,
               ev_serial_id = SKIP, ev_charge_point_serial = SKIP,
               ev_charge_point_connector_type = SKIP,
               ev_charge_point_connector_type_description = SKIP,
               ev_charge_duration = SKIP, ev_charge_start_date = SKIP,
               ev_charge_start_time = SKIP, ev_charge_end_date = SKIP,
               ev_charge_end_time = SKIP,
               hosting_collecting_company_number = SKIP,
               transaction_id = SKIP, fuel_only = SKIP)
  @account_name =  unless  == SKIP
  @account_id =  unless  == SKIP
  @account_number =  unless  == SKIP
  @account_short_name =  unless  == SKIP
  @additional1 = additional1 unless additional1 == SKIP
  @additional2 = additional2 unless additional2 == SKIP
  @additional3 = additional3 unless additional3 == SKIP
  @additional4 = additional4 unless additional4 == SKIP
  @allow_clearing = allow_clearing unless allow_clearing == SKIP
  @authorisation_code = authorisation_code unless authorisation_code == SKIP
  @transaction_status = transaction_status unless transaction_status == SKIP
  @driver_name = driver_name unless driver_name == SKIP
  @card_expiry_period = card_expiry_period unless card_expiry_period == SKIP
  @card_expiry = card_expiry unless card_expiry == SKIP
  @card_group_id = card_group_id unless card_group_id == SKIP
  @card_group_name = card_group_name unless card_group_name == SKIP
  @issuer_code = issuer_code unless issuer_code == SKIP
  @card_pan = card_pan unless card_pan == SKIP
  @release_code = release_code unless release_code == SKIP
  @card_sequence_number = card_sequence_number unless card_sequence_number == SKIP
  @card_type = card_type unless card_type == SKIP
  @col_co_code = col_co_code unless col_co_code == SKIP
  unless unit_discount_invoice_currency == SKIP
    @unit_discount_invoice_currency =
      unit_discount_invoice_currency
  end
  @col_co_exchange_rate = col_co_exchange_rate unless col_co_exchange_rate == SKIP
  @invoice_currency_symbol = invoice_currency_symbol unless invoice_currency_symbol == SKIP
  @correction_flag = correction_flag unless correction_flag == SKIP
  @crm_number = crm_number unless crm_number == SKIP
  @customer_country = customer_country unless customer_country == SKIP
  @customer_currency_code = customer_currency_code unless customer_currency_code == SKIP
  @customer_currency_symbol = customer_currency_symbol unless customer_currency_symbol == SKIP
  unless rebateon_net_amount_in_customer_currency == SKIP
    @rebateon_net_amount_in_customer_currency =
      rebateon_net_amount_in_customer_currency
  end
  unless effective_discount_in_customer_currency == SKIP
    @effective_discount_in_customer_currency =
      effective_discount_in_customer_currency
  end
  unless effective_unit_discount_in_customer_currency == SKIP
    @effective_unit_discount_in_customer_currency =
      effective_unit_discount_in_customer_currency
  end
  unless unit_price_in_invoice_currency == SKIP
    @unit_price_in_invoice_currency =
      unit_price_in_invoice_currency
  end
  @invoice_tax = invoice_tax unless invoice_tax == SKIP
  @invoice_gross_amount = invoice_gross_amount unless invoice_gross_amount == SKIP
  @invoice_net_amount = invoice_net_amount unless invoice_net_amount == SKIP
  unless va_ton_net_amount_in_customer_currency == SKIP
    @va_ton_net_amount_in_customer_currency =
      va_ton_net_amount_in_customer_currency
  end
  unless customer_retail_price_unit_gross == SKIP
    @customer_retail_price_unit_gross =
      customer_retail_price_unit_gross
  end
  unless customer_retail_value_total_gross == SKIP
    @customer_retail_value_total_gross =
      customer_retail_value_total_gross
  end
  unless customer_retail_value_total_net == SKIP
    @customer_retail_value_total_net =
      customer_retail_value_total_net
  end
  unless transaction_type_description == SKIP
    @transaction_type_description =
      transaction_type_description
  end
  unless rebateon_net_amount_in_transaction_currency == SKIP
    @rebateon_net_amount_in_transaction_currency =
      rebateon_net_amount_in_transaction_currency
  end
  unless effective_discount_in_trx_currency == SKIP
    @effective_discount_in_trx_currency =
      effective_discount_in_trx_currency
  end
  unless del_co_to_col_co_exchange_rate == SKIP
    @del_co_to_col_co_exchange_rate =
      del_co_to_col_co_exchange_rate
  end
  @cards = cards unless cards == SKIP
  unless unit_discount_transaction_currency == SKIP
    @unit_discount_transaction_currency =
      unit_discount_transaction_currency
  end
  @transaction_gross_amount = transaction_gross_amount unless transaction_gross_amount == SKIP
  @transaction_net_amount = transaction_net_amount unless transaction_net_amount == SKIP
  @transaction_tax = transaction_tax unless transaction_tax == SKIP
  @va_ton_net_amount = va_ton_net_amount unless va_ton_net_amount == SKIP
  unless delco_list_price_unit_net == SKIP
    @delco_list_price_unit_net =
      delco_list_price_unit_net
  end
  unless delco_retail_price_unit_gross == SKIP
    @delco_retail_price_unit_gross =
      delco_retail_price_unit_gross
  end
  unless unit_price_in_transaction_currency == SKIP
    @unit_price_in_transaction_currency =
      unit_price_in_transaction_currency
  end
  unless delco_retail_price_unit_net == SKIP
    @delco_retail_price_unit_net =
      delco_retail_price_unit_net
  end
  unless delco_retail_value_total_gross == SKIP
    @delco_retail_value_total_gross =
      delco_retail_value_total_gross
  end
  unless delco_retail_value_total_net == SKIP
    @delco_retail_value_total_net =
      delco_retail_value_total_net
  end
  unless transaction_currency_symbol == SKIP
    @transaction_currency_symbol =
      transaction_currency_symbol
  end
  @discount_type = discount_type unless discount_type == SKIP
  @dispute_status = dispute_status unless dispute_status == SKIP
  @is_shell_site = is_shell_site unless is_shell_site == SKIP
  @fleet_id_input = fleet_id_input unless fleet_id_input == SKIP
  @incoming_product_code = incoming_product_code unless incoming_product_code == SKIP
  @posting_date = posting_date unless posting_date == SKIP
  @posting_time = posting_time unless posting_time == SKIP
  @product_code = product_code unless product_code == SKIP
  @product_name = product_name unless product_name == SKIP
  @product_group_id = product_group_id unless product_group_id == SKIP
  @incoming_currency_code = incoming_currency_code unless incoming_currency_code == SKIP
  unless incoming_site_description == SKIP
    @incoming_site_description =
      incoming_site_description
  end
  @location = location unless location == SKIP
  @site_name = site_name unless site_name == SKIP
  @site_code = site_code unless site_code == SKIP
  @incoming_site_number = incoming_site_number unless incoming_site_number == SKIP
  @invoice_currency_code = invoice_currency_code unless invoice_currency_code == SKIP
  @invoice_date = invoice_date unless invoice_date == SKIP
  @invoice_number = invoice_number unless invoice_number == SKIP
  @fuel_product = fuel_product unless fuel_product == SKIP
  @vat_applicable = vat_applicable unless vat_applicable == SKIP
  @payer_name = payer_name unless payer_name == SKIP
  @payer_number = payer_number unless payer_number == SKIP
  @parent_customer_number = parent_customer_number unless parent_customer_number == SKIP
  @payer_group = payer_group unless payer_group == SKIP
  @payer_group_name = payer_group_name unless payer_group_name == SKIP
  @check_digit = check_digit unless check_digit == SKIP
  @net_invoice_indicator = net_invoice_indicator unless net_invoice_indicator == SKIP
  @delco_code = delco_code unless delco_code == SKIP
  @network_code = network_code unless network_code == SKIP
  @purchased_in_country = purchased_in_country unless purchased_in_country == SKIP
  @site_country = site_country unless site_country == SKIP
  @vat_country = vat_country unless vat_country == SKIP
  @delco_name = delco_name unless delco_name == SKIP
  @network = network unless network == SKIP
  @odometer_input = odometer_input unless odometer_input == SKIP
  @original_sales_item_id = original_sales_item_id unless original_sales_item_id == SKIP
  @fleet_id_description = fleet_id_description unless fleet_id_description == SKIP
  @parent_customer_id = parent_customer_id unless parent_customer_id == SKIP
  @pin_indicator = pin_indicator unless pin_indicator == SKIP
  @product_group_name = product_group_name unless product_group_name == SKIP
  unless purchased_in_country_code == SKIP
    @purchased_in_country_code =
      purchased_in_country_code
  end
  @quantity = quantity unless quantity == SKIP
  @rebate_rate = rebate_rate unless rebate_rate == SKIP
  @receipt_number = receipt_number unless receipt_number == SKIP
  @refund_flag = refund_flag unless refund_flag == SKIP
  @site_group_id = site_group_id unless site_group_id == SKIP
  @site_group_name = site_group_name unless site_group_name == SKIP
  @latitude = latitude unless latitude == SKIP
  @longitude = longitude unless longitude == SKIP
  @del_co_exchange_rate = del_co_exchange_rate unless del_co_exchange_rate == SKIP
  @euro_rebate_amount = euro_rebate_amount unless euro_rebate_amount == SKIP
  @net_euro_amount = net_euro_amount unless net_euro_amount == SKIP
  @euro_vat_amount = euro_vat_amount unless euro_vat_amount == SKIP
  @parent_customer_name = parent_customer_name unless parent_customer_name == SKIP
  @is_invoiced = is_invoiced unless is_invoiced == SKIP
  unless transaction_currency_code == SKIP
    @transaction_currency_code =
      transaction_currency_code
  end
  @credit_debit_code = credit_debit_code unless credit_debit_code == SKIP
  @transaction_date = transaction_date unless transaction_date == SKIP
  @transaction_time = transaction_time unless transaction_time == SKIP
  @transaction_item_id = transaction_item_id unless transaction_item_id == SKIP
  @trn_identifier = trn_identifier unless trn_identifier == SKIP
  @type = type unless type == SKIP
  @transaction_line = transaction_line unless transaction_line == SKIP
  @transaction_type = transaction_type unless transaction_type == SKIP
  @utc_offset = utc_offset unless utc_offset == SKIP
  @vat_category = vat_category unless vat_category == SKIP
  @vat_rate = vat_rate unless vat_rate == SKIP
  @vehicle_registration = vehicle_registration unless vehicle_registration == SKIP
  @is_cancelled = is_cancelled unless is_cancelled == SKIP
  @col_co_gross_amount = col_co_gross_amount unless col_co_gross_amount == SKIP
  @col_co_net_amount = col_co_net_amount unless col_co_net_amount == SKIP
  @col_co_vat_amount = col_co_vat_amount unless col_co_vat_amount == SKIP
  @original_currency_symbol = original_currency_symbol unless original_currency_symbol == SKIP
  @original_currency_code = original_currency_code unless original_currency_code == SKIP
  @original_vat_amount = original_vat_amount unless original_vat_amount == SKIP
  @emboss_text = emboss_text unless emboss_text == SKIP
  @original_exchange_rate = original_exchange_rate unless original_exchange_rate == SKIP
  unless original_transaction_item_invoice_date == SKIP
    @original_transaction_item_invoice_date =
      original_transaction_item_invoice_date
  end
  @fee_type_id = fee_type_id unless fee_type_id == SKIP
  @line_item_description = line_item_description unless line_item_description == SKIP
  @fee_rule_description = fee_rule_description unless fee_rule_description == SKIP
  @frequency = frequency unless frequency == SKIP
  @fee_rule_id = fee_rule_id unless fee_rule_id == SKIP
  @system_entry_date =  unless  == SKIP
  @system_entry_time = system_entry_time unless system_entry_time == SKIP
  @is_manual = is_manual unless is_manual == SKIP
  unless original_transaction_item_id == SKIP
    @original_transaction_item_id =
      original_transaction_item_id
  end
  unless original_transaction_item_invoice_number == SKIP
    @original_transaction_item_invoice_number =
      original_transaction_item_invoice_number
  end
  unless original_transaction_item_invoice_id == SKIP
    @original_transaction_item_invoice_id =
      original_transaction_item_invoice_id
  end
  @payer_short_name = payer_short_name unless payer_short_name == SKIP
  @reverse_charge = reverse_charge unless reverse_charge == SKIP
  @original_gross_amount = original_gross_amount unless original_gross_amount == SKIP
  @original_net_amount = original_net_amount unless original_net_amount == SKIP
  @unit_of_measure = unit_of_measure unless unit_of_measure == SKIP
  @road_type = road_type unless road_type == SKIP
  unless customer_country_iso_code == SKIP
    @customer_country_iso_code =
      customer_country_iso_code
  end
  @ev_operator = ev_operator unless ev_operator == SKIP
  @ev_serial_id = ev_serial_id unless ev_serial_id == SKIP
  @ev_charge_point_serial = ev_charge_point_serial unless ev_charge_point_serial == SKIP
  unless ev_charge_point_connector_type == SKIP
    @ev_charge_point_connector_type =
      ev_charge_point_connector_type
  end
  unless ev_charge_point_connector_type_description == SKIP
    @ev_charge_point_connector_type_description =
      ev_charge_point_connector_type_description
  end
  @ev_charge_duration = ev_charge_duration unless ev_charge_duration == SKIP
  @ev_charge_start_date = ev_charge_start_date unless ev_charge_start_date == SKIP
  @ev_charge_start_time = ev_charge_start_time unless ev_charge_start_time == SKIP
  @ev_charge_end_date = ev_charge_end_date unless ev_charge_end_date == SKIP
  @ev_charge_end_time = ev_charge_end_time unless ev_charge_end_time == SKIP
  unless hosting_collecting_company_number == SKIP
    @hosting_collecting_company_number =
      hosting_collecting_company_number
  end
  @transaction_id = transaction_id unless transaction_id == SKIP
  @fuel_only = fuel_only unless fuel_only == SKIP
end

Instance Attribute Details

#account_idInteger

Account Id (i.e. Customer Id of the Sub Account in GFN) of the selected account.

Returns:

  • (Integer)


19
20
21
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 19

def 
  @account_id
end

#account_nameString

Name of the account

Returns:

  • (String)


14
15
16
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 14

def 
  @account_name
end

#account_numberString

AccountNumber of the selected account.

Returns:

  • (String)


23
24
25
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 23

def 
  @account_number
end

#account_short_nameString

Nick name of the account

Returns:

  • (String)


27
28
29
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 27

def 
  @account_short_name
end

#additional1String

Addtional SerialId or endpoint Id

Returns:

  • (String)


31
32
33
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 31

def additional1
  @additional1
end

#additional2String

Addtional SerialId or endpoint Id

Returns:

  • (String)


35
36
37
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 35

def additional2
  @additional2
end

#additional3String

Addtional SerialId or endpoint Id

Returns:

  • (String)


39
40
41
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 39

def additional3
  @additional3
end

#additional4String

Addtional SerialId or endpoint Id

Returns:

  • (String)


43
44
45
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 43

def additional4
  @additional4
end

#allow_clearingString

Allow clearings

Returns:

  • (String)


47
48
49
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 47

def allow_clearing
  @allow_clearing
end

#authorisation_codeInteger

Autorization code

Returns:

  • (Integer)


51
52
53
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 51

def authorisation_code
  @authorisation_code
end

#card_expiryString

Card Expiry Date

Returns:

  • (String)


67
68
69
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 67

def card_expiry
  @card_expiry
end

#card_expiry_periodInteger

Expiry period of the card

Returns:

  • (Integer)


63
64
65
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 63

def card_expiry_period
  @card_expiry_period
end

#card_group_idInteger

Card Group Code

Returns:

  • (Integer)


71
72
73
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 71

def card_group_id
  @card_group_id
end

#card_group_nameString

Group nmae of the card

Returns:

  • (String)


75
76
77
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 75

def card_group_name
  @card_group_name
end

#card_panString

Full Card PAN

Returns:

  • (String)


83
84
85
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 83

def card_pan
  @card_pan
end

#card_sequence_numberInteger

Sequesnce number of the card

Returns:

  • (Integer)


91
92
93
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 91

def card_sequence_number
  @card_sequence_number
end

#card_typeString

Type of card

Returns:

  • (String)


95
96
97
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 95

def card_type
  @card_type
end

#cardsArray[Integer]

Exchange rate between Delco and Colco

Returns:

  • (Array[Integer])


195
196
197
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 195

def cards
  @cards
end

#check_digitInteger

Check digit

Returns:

  • (Integer)


352
353
354
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 352

def check_digit
  @check_digit
end

#col_co_codeString

Collecting Company Code (Shell Code) of the selected payer.

Returns:

  • (String)


99
100
101
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 99

def col_co_code
  @col_co_code
end

#col_co_exchange_rateFloat

Colco exchange rate

Returns:

  • (Float)


107
108
109
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 107

def col_co_exchange_rate
  @col_co_exchange_rate
end

#col_co_gross_amountFloat

Gross amount from Colco

Returns:

  • (Float)


528
529
530
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 528

def col_co_gross_amount
  @col_co_gross_amount
end

#col_co_net_amountFloat

Net amount from Colco

Returns:

  • (Float)


532
533
534
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 532

def col_co_net_amount
  @col_co_net_amount
end

#col_co_vat_amountFloat

Colco VAT amount

Returns:

  • (Float)


536
537
538
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 536

def col_co_vat_amount
  @col_co_vat_amount
end

#correction_flagTrueClass | FalseClass

Is there any correction

Returns:

  • (TrueClass | FalseClass)


115
116
117
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 115

def correction_flag
  @correction_flag
end

#credit_debit_codeString

Is it Credit or debit C for credit D for Debit

Returns:

  • (String)


476
477
478
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 476

def credit_debit_code
  @credit_debit_code
end

#crm_numberFloat

CRM number

Returns:

  • (Float)


119
120
121
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 119

def crm_number
  @crm_number
end

#customer_countryString

Customer country

Returns:

  • (String)


123
124
125
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 123

def customer_country
  @customer_country
end

#customer_country_iso_codeString

Customer country ISO Code

Returns:

  • (String)


632
633
634
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 632

def customer_country_iso_code
  @customer_country_iso_code
end

#customer_currency_codeString

Curreny which customer uses to transact.

Returns:

  • (String)


127
128
129
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 127

def customer_currency_code
  @customer_currency_code
end

#customer_currency_symbolString

Custome currency symbol

Returns:

  • (String)


131
132
133
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 131

def customer_currency_symbol
  @customer_currency_symbol
end

#customer_retail_price_unit_grossFloat

Customer retail unit price before tax

Returns:

  • (Float)


167
168
169
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 167

def customer_retail_price_unit_gross
  @customer_retail_price_unit_gross
end

#customer_retail_value_total_grossFloat

Total Customer retail value before tax

Returns:

  • (Float)


171
172
173
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 171

def customer_retail_value_total_gross
  @customer_retail_value_total_gross
end

#customer_retail_value_total_netFloat

Total customer retail value after tax

Returns:

  • (Float)


175
176
177
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 175

def customer_retail_value_total_net
  @customer_retail_value_total_net
end

#del_co_exchange_rateFloat

Delivery company exchange rate

Returns:

  • (Float)


448
449
450
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 448

def del_co_exchange_rate
  @del_co_exchange_rate
end

#del_co_to_col_co_exchange_rateInteger

Exchange rate between Delco and Colco

Returns:

  • (Integer)


191
192
193
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 191

def del_co_to_col_co_exchange_rate
  @del_co_to_col_co_exchange_rate
end

#delco_codeInteger

Delco code

Returns:

  • (Integer)


360
361
362
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 360

def delco_code
  @delco_code
end

#delco_list_price_unit_netFloat

Priv

Returns:

  • (Float)


219
220
221
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 219

def delco_list_price_unit_net
  @delco_list_price_unit_net
end

#delco_nameString

Name of the delivery company

Returns:

  • (String)


380
381
382
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 380

def delco_name
  @delco_name
end

#delco_retail_price_unit_grossFloat

Delco retail price per unit before tax

Returns:

  • (Float)


223
224
225
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 223

def delco_retail_price_unit_gross
  @delco_retail_price_unit_gross
end

#delco_retail_price_unit_netFloat

Delco retail price per unit

Returns:

  • (Float)


231
232
233
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 231

def delco_retail_price_unit_net
  @delco_retail_price_unit_net
end

#delco_retail_value_total_grossFloat

Delco retail price before tax

Returns:

  • (Float)


235
236
237
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 235

def delco_retail_value_total_gross
  @delco_retail_value_total_gross
end

#delco_retail_value_total_netFloat

Delco per unit price after tax

Returns:

  • (Float)


239
240
241
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 239

def delco_retail_value_total_net
  @delco_retail_value_total_net
end

#discount_typeString

Type of discount available

Returns:

  • (String)


247
248
249
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 247

def discount_type
  @discount_type
end

#dispute_statusTrueClass | FalseClass

Is there any dispute status?True or False

Returns:

  • (TrueClass | FalseClass)


251
252
253
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 251

def dispute_status
  @dispute_status
end

#driver_nameString

Driver Name of Card record

Returns:

  • (String)


59
60
61
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 59

def driver_name
  @driver_name
end

#effective_discount_in_customer_currencyFloat

Effective discount in customers currency

Returns:

  • (Float)


139
140
141
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 139

def effective_discount_in_customer_currency
  @effective_discount_in_customer_currency
end

#effective_discount_in_trx_currencyFloat

Currency used to giveEffective discount on transactions

Returns:

  • (Float)


187
188
189
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 187

def effective_discount_in_trx_currency
  @effective_discount_in_trx_currency
end

#effective_unit_discount_in_customer_currencyFloat

effectiive unit discount in customers currency

Returns:

  • (Float)


143
144
145
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 143

def effective_unit_discount_in_customer_currency
  @effective_unit_discount_in_customer_currency
end

#emboss_textString

Comapany name embosses in text

Returns:

  • (String)


552
553
554
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 552

def emboss_text
  @emboss_text
end

#euro_rebate_amountFloat

Rebate amount in Euros

Returns:

  • (Float)


452
453
454
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 452

def euro_rebate_amount
  @euro_rebate_amount
end

#euro_vat_amountFloat

Vat amount in Euros

Returns:

  • (Float)


460
461
462
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 460

def euro_vat_amount
  @euro_vat_amount
end

#ev_charge_durationString

Ev charging Duration

Returns:

  • (String)


656
657
658
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 656

def ev_charge_duration
  @ev_charge_duration
end

#ev_charge_end_dateString

EvCharging End Date

Returns:

  • (String)


668
669
670
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 668

def ev_charge_end_date
  @ev_charge_end_date
end

#ev_charge_end_timeString

EvCharging End time

Returns:

  • (String)


672
673
674
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 672

def ev_charge_end_time
  @ev_charge_end_time
end

#ev_charge_point_connector_typeInteger

Ev chariging connector type

Returns:

  • (Integer)


648
649
650
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 648

def ev_charge_point_connector_type
  @ev_charge_point_connector_type
end

#ev_charge_point_connector_type_descriptionString

EV charging point connector type description

Returns:

  • (String)


652
653
654
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 652

def ev_charge_point_connector_type_description
  @ev_charge_point_connector_type_description
end

#ev_charge_point_serialString

EV Charging point iserial identifier

Returns:

  • (String)


644
645
646
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 644

def ev_charge_point_serial
  @ev_charge_point_serial
end

#ev_charge_start_dateString

EvCharging start Date

Returns:

  • (String)


660
661
662
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 660

def ev_charge_start_date
  @ev_charge_start_date
end

#ev_charge_start_timeString

EvCharging start time

Returns:

  • (String)


664
665
666
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 664

def ev_charge_start_time
  @ev_charge_start_time
end

#ev_operatorString

EvOperator Name

Returns:

  • (String)


636
637
638
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 636

def ev_operator
  @ev_operator
end

#ev_serial_idString

Ev Operator identifier

Returns:

  • (String)


640
641
642
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 640

def ev_serial_id
  @ev_serial_id
end

#fee_rule_descriptionString

Fee rule description

Returns:

  • (String)


572
573
574
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 572

def fee_rule_description
  @fee_rule_description
end

#fee_rule_idInteger

Fee rule identifier

Returns:

  • (Integer)


580
581
582
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 580

def fee_rule_id
  @fee_rule_id
end

#fee_type_idInteger

Fee type identifier

Returns:

  • (Integer)


564
565
566
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 564

def fee_type_id
  @fee_type_id
end

#fleet_id_descriptionString

Fleet identifier description

Returns:

  • (String)


396
397
398
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 396

def fleet_id_description
  @fleet_id_description
end

#fleet_id_inputString

Fleet identifier

Returns:

  • (String)


259
260
261
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 259

def fleet_id_input
  @fleet_id_input
end

#frequencyInteger

Frequency of transaction

Returns:

  • (Integer)


576
577
578
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 576

def frequency
  @frequency
end

#fuel_onlyTrueClass | FalseClass

EvCharging End time

Returns:

  • (TrueClass | FalseClass)


684
685
686
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 684

def fuel_only
  @fuel_only
end

#fuel_productTrueClass | FalseClass

Is it a fuel product? True or False

Returns:

  • (TrueClass | FalseClass)


324
325
326
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 324

def fuel_product
  @fuel_product
end

#hosting_collecting_company_numberInteger

EvCharging End time

Returns:

  • (Integer)


676
677
678
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 676

def hosting_collecting_company_number
  @hosting_collecting_company_number
end

#incoming_currency_codeString

In coming currecncy code

Returns:

  • (String)


288
289
290
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 288

def incoming_currency_code
  @incoming_currency_code
end

#incoming_product_codeInteger

In coming product code

Returns:

  • (Integer)


263
264
265
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 263

def incoming_product_code
  @incoming_product_code
end

#incoming_site_descriptionString

In coming Site description

Returns:

  • (String)


292
293
294
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 292

def incoming_site_description
  @incoming_site_description
end

#incoming_site_numberInteger

In coming site number

Returns:

  • (Integer)


308
309
310
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 308

def incoming_site_number
  @incoming_site_number
end

#invoice_currency_codeString

Currency code on which the invoice is raised

Returns:

  • (String)


312
313
314
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 312

def invoice_currency_code
  @invoice_currency_code
end

#invoice_currency_symbolString

Currency symbol on which the invoice was raised

Returns:

  • (String)


111
112
113
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 111

def invoice_currency_symbol
  @invoice_currency_symbol
end

#invoice_dateString

Date on which the invoice was raised

Returns:

  • (String)


316
317
318
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 316

def invoice_date
  @invoice_date
end

#invoice_gross_amountFloat

Invoice amount befor tax

Returns:

  • (Float)


155
156
157
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 155

def invoice_gross_amount
  @invoice_gross_amount
end

#invoice_net_amountFloat

Invoice amount after tax

Returns:

  • (Float)


159
160
161
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 159

def invoice_net_amount
  @invoice_net_amount
end

#invoice_numberFloat

Invoice number

Returns:

  • (Float)


320
321
322
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 320

def invoice_number
  @invoice_number
end

#invoice_taxFloat

Invoice tax

Returns:

  • (Float)


151
152
153
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 151

def invoice_tax
  @invoice_tax
end

#is_cancelledString

Check if the pruchase is cancelled

Returns:

  • (String)


524
525
526
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 524

def is_cancelled
  @is_cancelled
end

#is_invoicedTrueClass | FalseClass

Is invoice raised

Returns:

  • (TrueClass | FalseClass)


468
469
470
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 468

def is_invoiced
  @is_invoiced
end

#is_manualString

Checking if its manual

Returns:

  • (String)


592
593
594
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 592

def is_manual
  @is_manual
end

#is_shell_siteTrueClass | FalseClass

Is it a shell sites?True or False

Returns:

  • (TrueClass | FalseClass)


255
256
257
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 255

def is_shell_site
  @is_shell_site
end

#issuer_codeInteger

Issuer code

Returns:

  • (Integer)


79
80
81
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 79

def issuer_code
  @issuer_code
end

#latitudeFloat

Latitude of the site

Returns:

  • (Float)


440
441
442
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 440

def latitude
  @latitude
end

#line_item_descriptionTrueClass | FalseClass

Line item identifier of the product

Returns:

  • (TrueClass | FalseClass)


568
569
570
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 568

def line_item_description
  @line_item_description
end

#locationString

Location of the Shell site

Returns:

  • (String)


296
297
298
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 296

def location
  @location
end

#longitudeFloat

Longitude of the site

Returns:

  • (Float)


444
445
446
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 444

def longitude
  @longitude
end

#net_euro_amountFloat

Net amount in Euros

Returns:

  • (Float)


456
457
458
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 456

def net_euro_amount
  @net_euro_amount
end

#net_invoice_indicatorString

After tax net invoice number

Returns:

  • (String)


356
357
358
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 356

def net_invoice_indicator
  @net_invoice_indicator
end

#networkString

Network of the Delivery company

Returns:

  • (String)


384
385
386
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 384

def network
  @network
end

#network_codeInteger

Network code of the payer

Returns:

  • (Integer)


364
365
366
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 364

def network_code
  @network_code
end

#odometer_inputInteger

Odometet input

Returns:

  • (Integer)


388
389
390
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 388

def odometer_input
  @odometer_input
end

#original_currency_codeString

Original currency code

Returns:

  • (String)


544
545
546
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 544

def original_currency_code
  @original_currency_code
end

#original_currency_symbolString

Original currency code

Returns:

  • (String)


540
541
542
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 540

def original_currency_symbol
  @original_currency_symbol
end

#original_exchange_rateFloat

Orginal exchange rate

Returns:

  • (Float)


556
557
558
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 556

def original_exchange_rate
  @original_exchange_rate
end

#original_gross_amountFloat

Original gross amount

Returns:

  • (Float)


616
617
618
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 616

def original_gross_amount
  @original_gross_amount
end

#original_net_amountFloat

Original Net amount

Returns:

  • (Float)


620
621
622
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 620

def original_net_amount
  @original_net_amount
end

#original_sales_item_idString

Original item identifier for sales

Returns:

  • (String)


392
393
394
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 392

def original_sales_item_id
  @original_sales_item_id
end

#original_transaction_item_idString

Is it manual

Returns:

  • (String)


596
597
598
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 596

def original_transaction_item_id
  @original_transaction_item_id
end

#original_transaction_item_invoice_dateString

Original treansaction date

Returns:

  • (String)


560
561
562
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 560

def original_transaction_item_invoice_date
  @original_transaction_item_invoice_date
end

#original_transaction_item_invoice_idInteger

Original Invoice transaction Identifier

Returns:

  • (Integer)


604
605
606
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 604

def original_transaction_item_invoice_id
  @original_transaction_item_invoice_id
end

#original_transaction_item_invoice_numberInteger

Original invoice transaction number

Returns:

  • (Integer)


600
601
602
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 600

def original_transaction_item_invoice_number
  @original_transaction_item_invoice_number
end

#original_vat_amountFloat

Original VAT amount

Returns:

  • (Float)


548
549
550
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 548

def original_vat_amount
  @original_vat_amount
end

#parent_customer_idInteger

Identifier of parent customer

Returns:

  • (Integer)


400
401
402
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 400

def parent_customer_id
  @parent_customer_id
end

#parent_customer_nameString

Customers parent name

Returns:

  • (String)


464
465
466
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 464

def parent_customer_name
  @parent_customer_name
end

#parent_customer_numberString

Parent account number of the payer

Returns:

  • (String)


340
341
342
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 340

def parent_customer_number
  @parent_customer_number
end

#payer_groupString

The group which the payer belongs to

Returns:

  • (String)


344
345
346
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 344

def payer_group
  @payer_group
end

#payer_group_nameString

Name of the group to which the payer belongs to.

Returns:

  • (String)


348
349
350
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 348

def payer_group_name
  @payer_group_name
end

#payer_nameString

Name of the payer

Returns:

  • (String)


332
333
334
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 332

def payer_name
  @payer_name
end

#payer_numberString

Payer account number

Returns:

  • (String)


336
337
338
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 336

def payer_number
  @payer_number
end

#payer_short_nameString

Payers short name

Returns:

  • (String)


608
609
610
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 608

def payer_short_name
  @payer_short_name
end

#pin_indicatorString

PIN indicator

Returns:

  • (String)


404
405
406
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 404

def pin_indicator
  @pin_indicator
end

#posting_dateString

Date of Posting

Returns:

  • (String)


267
268
269
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 267

def posting_date
  @posting_date
end

#posting_timeString

Time whern posting happened

Returns:

  • (String)


271
272
273
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 271

def posting_time
  @posting_time
end

#product_codeInteger

Product Code - 21 Unleaded - High octane,22 Unleaded - Medium octane,23 Unleaded - Low octane,24 Unleaded Environmental

Returns:

  • (Integer)


276
277
278
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 276

def product_code
  @product_code
end

#product_group_idInteger

Id of the product to which group it belongs

Returns:

  • (Integer)


284
285
286
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 284

def product_group_id
  @product_group_id
end

#product_group_nameString

Name og the group the product belongs to

Returns:

  • (String)


408
409
410
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 408

def product_group_name
  @product_group_name
end

#product_nameString

Name of the product

Returns:

  • (String)


280
281
282
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 280

def product_name
  @product_name
end

#purchased_in_countryString

Country of purchase

Returns:

  • (String)


368
369
370
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 368

def purchased_in_country
  @purchased_in_country
end

#purchased_in_country_codeString

The countroy code where the purchase was made

Returns:

  • (String)


412
413
414
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 412

def purchased_in_country_code
  @purchased_in_country_code
end

#quantityFloat

Quantity of the product

Returns:

  • (Float)


416
417
418
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 416

def quantity
  @quantity
end

#rebate_rateFloat

Rebate rate if any

Returns:

  • (Float)


420
421
422
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 420

def rebate_rate
  @rebate_rate
end

#rebateon_net_amount_in_customer_currencyFloat

Rebate on net amount in customer currency

Returns:

  • (Float)


135
136
137
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 135

def rebateon_net_amount_in_customer_currency
  @rebateon_net_amount_in_customer_currency
end

#rebateon_net_amount_in_transaction_currencyFloat

Rebate give to net amountin transaction currency that is used

Returns:

  • (Float)


183
184
185
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 183

def rebateon_net_amount_in_transaction_currency
  @rebateon_net_amount_in_transaction_currency
end

#receipt_numberInteger

Reciept number

Returns:

  • (Integer)


424
425
426
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 424

def receipt_number
  @receipt_number
end

#refund_flagPricedTransactionRespV2RefundFlagEnum

Reciept number



428
429
430
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 428

def refund_flag
  @refund_flag
end

#release_codeInteger

Release code

Returns:

  • (Integer)


87
88
89
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 87

def release_code
  @release_code
end

#reverse_chargeString

Is reverse charge?

Returns:

  • (String)


612
613
614
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 612

def reverse_charge
  @reverse_charge
end

#road_typeString

Type of road

Returns:

  • (String)


628
629
630
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 628

def road_type
  @road_type
end

#site_codeInteger

Shell site code

Returns:

  • (Integer)


304
305
306
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 304

def site_code
  @site_code
end

#site_countryString

Country where the site exists

Returns:

  • (String)


372
373
374
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 372

def site_country
  @site_country
end

#site_group_idInteger

Group identifier for the site

Returns:

  • (Integer)


432
433
434
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 432

def site_group_id
  @site_group_id
end

#site_group_nameString

Name of the Site group

Returns:

  • (String)


436
437
438
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 436

def site_group_name
  @site_group_name
end

#site_nameString

Shell site name

Returns:

  • (String)


300
301
302
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 300

def site_name
  @site_name
end

#system_entry_dateString

Entry date in the system

Returns:

  • (String)


584
585
586
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 584

def 
  @system_entry_date
end

#system_entry_timeString

Entry time in the system

Returns:

  • (String)


588
589
590
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 588

def system_entry_time
  @system_entry_time
end

#transaction_currency_codeString

Transaction currency code

Returns:

  • (String)


472
473
474
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 472

def transaction_currency_code
  @transaction_currency_code
end

#transaction_currency_symbolString

Currency used for transaction.

Returns:

  • (String)


243
244
245
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 243

def transaction_currency_symbol
  @transaction_currency_symbol
end

#transaction_dateString

Date of transaction

Returns:

  • (String)


480
481
482
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 480

def transaction_date
  @transaction_date
end

#transaction_gross_amountFloat

Transactional amount before tax

Returns:

  • (Float)


203
204
205
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 203

def transaction_gross_amount
  @transaction_gross_amount
end

#transaction_idFloat

EvCharging End time

Returns:

  • (Float)


680
681
682
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 680

def transaction_id
  @transaction_id
end

#transaction_item_idString

Identifier of the Iem in transaction

Returns:

  • (String)


488
489
490
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 488

def transaction_item_id
  @transaction_item_id
end

#transaction_lineInteger

Transaction type for Delco

Returns:

  • (Integer)


500
501
502
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 500

def transaction_line
  @transaction_line
end

#transaction_net_amountFloat

Transaction net amount after tax

Returns:

  • (Float)


207
208
209
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 207

def transaction_net_amount
  @transaction_net_amount
end

#transaction_statusString

Status of the transaction

Returns:

  • (String)


55
56
57
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 55

def transaction_status
  @transaction_status
end

#transaction_taxFloat

Transaction tax

Returns:

  • (Float)


211
212
213
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 211

def transaction_tax
  @transaction_tax
end

#transaction_timeString

Time of transaction

Returns:

  • (String)


484
485
486
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 484

def transaction_time
  @transaction_time
end

#transaction_typeString

Transaction type Colco

Returns:

  • (String)


504
505
506
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 504

def transaction_type
  @transaction_type
end

#transaction_type_descriptionFloat

Trasaction type description

Returns:

  • (Float)


179
180
181
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 179

def transaction_type_description
  @transaction_type_description
end

#trn_identifierString

Transaction identifier

Returns:

  • (String)


492
493
494
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 492

def trn_identifier
  @trn_identifier
end

#typeString

Transaction type for Delco

Returns:

  • (String)


496
497
498
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 496

def type
  @type
end

#unit_discount_invoice_currencyFloat

Unit discount Invoice currency

Returns:

  • (Float)


103
104
105
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 103

def unit_discount_invoice_currency
  @unit_discount_invoice_currency
end

#unit_discount_transaction_currencyFloat

Currency used forto provide unit Transaction discount

Returns:

  • (Float)


199
200
201
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 199

def unit_discount_transaction_currency
  @unit_discount_transaction_currency
end

#unit_of_measureString

Unit of measure

Returns:

  • (String)


624
625
626
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 624

def unit_of_measure
  @unit_of_measure
end

#unit_price_in_invoice_currencyFloat

Unitpricing in invoice currency

Returns:

  • (Float)


147
148
149
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 147

def unit_price_in_invoice_currency
  @unit_price_in_invoice_currency
end

#unit_price_in_transaction_currencyFloat

Delco retail price per unit after tax

Returns:

  • (Float)


227
228
229
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 227

def unit_price_in_transaction_currency
  @unit_price_in_transaction_currency
end

#utc_offsetString

Leaving country

Returns:

  • (String)


508
509
510
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 508

def utc_offset
  @utc_offset
end

#va_ton_net_amountFloat

Transactinal tax rates

Returns:

  • (Float)


215
216
217
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 215

def va_ton_net_amount
  @va_ton_net_amount
end

#va_ton_net_amount_in_customer_currencyFloat

Vat on net amount in customer currency

Returns:

  • (Float)


163
164
165
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 163

def va_ton_net_amount_in_customer_currency
  @va_ton_net_amount_in_customer_currency
end

#vat_applicableString

Is VAT applicable?Y or N

Returns:

  • (String)


328
329
330
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 328

def vat_applicable
  @vat_applicable
end

#vat_categoryString

To which category and counry does the VAT come under

Returns:

  • (String)


512
513
514
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 512

def vat_category
  @vat_category
end

#vat_countryString

Country where VAT is applicable

Returns:

  • (String)


376
377
378
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 376

def vat_country
  @vat_country
end

#vat_rateFloat

VAT rate

Returns:

  • (Float)


516
517
518
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 516

def vat_rate
  @vat_rate
end

#vehicle_registrationString

Vehicle registration number

Returns:

  • (String)


520
521
522
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 520

def vehicle_registration
  @vehicle_registration
end

Class Method Details

.from_hash(hash) ⇒ Object

Creates an instance of the object from a hash.



1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 1582

def self.from_hash(hash)
  return nil unless hash

  # Extract variables from the hash.
   = hash.key?('AccountName') ? hash['AccountName'] : SKIP
   = hash.key?('AccountId') ? hash['AccountId'] : SKIP
   = hash.key?('AccountNumber') ? hash['AccountNumber'] : SKIP
   =
    hash.key?('AccountShortName') ? hash['AccountShortName'] : SKIP
  additional1 = hash.key?('Additional1') ? hash['Additional1'] : SKIP
  additional2 = hash.key?('Additional2') ? hash['Additional2'] : SKIP
  additional3 = hash.key?('Additional3') ? hash['Additional3'] : SKIP
  additional4 = hash.key?('Additional4') ? hash['Additional4'] : SKIP
  allow_clearing = hash.key?('AllowClearing') ? hash['AllowClearing'] : SKIP
  authorisation_code =
    hash.key?('AuthorisationCode') ? hash['AuthorisationCode'] : SKIP
  transaction_status =
    hash.key?('TransactionStatus') ? hash['TransactionStatus'] : SKIP
  driver_name = hash.key?('DriverName') ? hash['DriverName'] : SKIP
  card_expiry_period =
    hash.key?('CardExpiryPeriod') ? hash['CardExpiryPeriod'] : SKIP
  card_expiry = hash.key?('CardExpiry') ? hash['CardExpiry'] : SKIP
  card_group_id = hash.key?('CardGroupId') ? hash['CardGroupId'] : SKIP
  card_group_name =
    hash.key?('CardGroupName') ? hash['CardGroupName'] : SKIP
  issuer_code = hash.key?('IssuerCode') ? hash['IssuerCode'] : SKIP
  card_pan = hash.key?('CardPAN') ? hash['CardPAN'] : SKIP
  release_code = hash.key?('ReleaseCode') ? hash['ReleaseCode'] : SKIP
  card_sequence_number =
    hash.key?('CardSequenceNumber') ? hash['CardSequenceNumber'] : SKIP
  card_type = hash.key?('CardType') ? hash['CardType'] : SKIP
  col_co_code = hash.key?('ColCoCode') ? hash['ColCoCode'] : SKIP
  unit_discount_invoice_currency =
    hash.key?('UnitDiscountInvoiceCurrency') ? hash['UnitDiscountInvoiceCurrency'] : SKIP
  col_co_exchange_rate =
    hash.key?('ColCoExchangeRate') ? hash['ColCoExchangeRate'] : SKIP
  invoice_currency_symbol =
    hash.key?('InvoiceCurrencySymbol') ? hash['InvoiceCurrencySymbol'] : SKIP
  correction_flag =
    hash.key?('CorrectionFlag') ? hash['CorrectionFlag'] : SKIP
  crm_number = hash.key?('CRMNumber') ? hash['CRMNumber'] : SKIP
  customer_country =
    hash.key?('CustomerCountry') ? hash['CustomerCountry'] : SKIP
  customer_currency_code =
    hash.key?('CustomerCurrencyCode') ? hash['CustomerCurrencyCode'] : SKIP
  customer_currency_symbol =
    hash.key?('CustomerCurrencySymbol') ? hash['CustomerCurrencySymbol'] : SKIP
  rebateon_net_amount_in_customer_currency =
    hash.key?('RebateonNetAmountInCustomerCurrency') ? hash['RebateonNetAmountInCustomerCurrency'] : SKIP
  effective_discount_in_customer_currency =
    hash.key?('EffectiveDiscountInCustomerCurrency') ? hash['EffectiveDiscountInCustomerCurrency'] : SKIP
  effective_unit_discount_in_customer_currency =
    hash.key?('EffectiveUnitDiscountInCustomerCurrency') ? hash['EffectiveUnitDiscountInCustomerCurrency'] : SKIP
  unit_price_in_invoice_currency =
    hash.key?('UnitPriceInInvoiceCurrency') ? hash['UnitPriceInInvoiceCurrency'] : SKIP
  invoice_tax = hash.key?('InvoiceTax') ? hash['InvoiceTax'] : SKIP
  invoice_gross_amount =
    hash.key?('InvoiceGrossAmount') ? hash['InvoiceGrossAmount'] : SKIP
  invoice_net_amount =
    hash.key?('InvoiceNetAmount') ? hash['InvoiceNetAmount'] : SKIP
  va_ton_net_amount_in_customer_currency =
    hash.key?('VATonNetAmountInCustomerCurrency') ? hash['VATonNetAmountInCustomerCurrency'] : SKIP
  customer_retail_price_unit_gross =
    hash.key?('CustomerRetailPriceUnitGross') ? hash['CustomerRetailPriceUnitGross'] : SKIP
  customer_retail_value_total_gross =
    hash.key?('CustomerRetailValueTotalGross') ? hash['CustomerRetailValueTotalGross'] : SKIP
  customer_retail_value_total_net =
    hash.key?('CustomerRetailValueTotalNet') ? hash['CustomerRetailValueTotalNet'] : SKIP
  transaction_type_description =
    hash.key?('TransactionTypeDescription') ? hash['TransactionTypeDescription'] : SKIP
  rebateon_net_amount_in_transaction_currency =
    hash.key?('RebateonNetAmountInTransactionCurrency') ? hash['RebateonNetAmountInTransactionCurrency'] : SKIP
  effective_discount_in_trx_currency =
    hash.key?('EffectiveDiscountInTrxCurrency') ? hash['EffectiveDiscountInTrxCurrency'] : SKIP
  del_co_to_col_co_exchange_rate =
    hash.key?('DelCoToColCoExchangeRate') ? hash['DelCoToColCoExchangeRate'] : SKIP
  cards = hash.key?('Cards') ? hash['Cards'] : SKIP
  unit_discount_transaction_currency =
    hash.key?('UnitDiscountTransactionCurrency') ? hash['UnitDiscountTransactionCurrency'] : SKIP
  transaction_gross_amount =
    hash.key?('TransactionGrossAmount') ? hash['TransactionGrossAmount'] : SKIP
  transaction_net_amount =
    hash.key?('TransactionNetAmount') ? hash['TransactionNetAmount'] : SKIP
  transaction_tax =
    hash.key?('TransactionTax') ? hash['TransactionTax'] : SKIP
  va_ton_net_amount =
    hash.key?('VATonNetAmount') ? hash['VATonNetAmount'] : SKIP
  delco_list_price_unit_net =
    hash.key?('DelcoListPriceUnitNet') ? hash['DelcoListPriceUnitNet'] : SKIP
  delco_retail_price_unit_gross =
    hash.key?('DelcoRetailPriceUnitGross') ? hash['DelcoRetailPriceUnitGross'] : SKIP
  unit_price_in_transaction_currency =
    hash.key?('UnitPriceInTransactionCurrency') ? hash['UnitPriceInTransactionCurrency'] : SKIP
  delco_retail_price_unit_net =
    hash.key?('DelcoRetailPriceUnitNet') ? hash['DelcoRetailPriceUnitNet'] : SKIP
  delco_retail_value_total_gross =
    hash.key?('DelcoRetailValueTotalGross') ? hash['DelcoRetailValueTotalGross'] : SKIP
  delco_retail_value_total_net =
    hash.key?('DelcoRetailValueTotalNet') ? hash['DelcoRetailValueTotalNet'] : SKIP
  transaction_currency_symbol =
    hash.key?('TransactionCurrencySymbol') ? hash['TransactionCurrencySymbol'] : SKIP
  discount_type = hash.key?('DiscountType') ? hash['DiscountType'] : SKIP
  dispute_status = hash['DisputeStatus'] ||= false
  is_shell_site = hash['IsShellSite'] ||= false
  fleet_id_input = hash.key?('FleetIdInput') ? hash['FleetIdInput'] : SKIP
  incoming_product_code =
    hash.key?('IncomingProductCode') ? hash['IncomingProductCode'] : SKIP
  posting_date = hash.key?('PostingDate') ? hash['PostingDate'] : SKIP
  posting_time = hash.key?('PostingTime') ? hash['PostingTime'] : SKIP
  product_code = hash.key?('ProductCode') ? hash['ProductCode'] : SKIP
  product_name = hash.key?('ProductName') ? hash['ProductName'] : SKIP
  product_group_id =
    hash.key?('ProductGroupId') ? hash['ProductGroupId'] : SKIP
  incoming_currency_code =
    hash.key?('IncomingCurrencyCode') ? hash['IncomingCurrencyCode'] : SKIP
  incoming_site_description =
    hash.key?('IncomingSiteDescription') ? hash['IncomingSiteDescription'] : SKIP
  location = hash.key?('Location') ? hash['Location'] : SKIP
  site_name = hash.key?('SiteName') ? hash['SiteName'] : SKIP
  site_code = hash.key?('SiteCode') ? hash['SiteCode'] : SKIP
  incoming_site_number =
    hash.key?('IncomingSiteNumber') ? hash['IncomingSiteNumber'] : SKIP
  invoice_currency_code =
    hash.key?('InvoiceCurrencyCode') ? hash['InvoiceCurrencyCode'] : SKIP
  invoice_date = hash.key?('InvoiceDate') ? hash['InvoiceDate'] : SKIP
  invoice_number = hash.key?('InvoiceNumber') ? hash['InvoiceNumber'] : SKIP
  fuel_product = hash.key?('FuelProduct') ? hash['FuelProduct'] : SKIP
  vat_applicable = hash.key?('VATApplicable') ? hash['VATApplicable'] : SKIP
  payer_name = hash.key?('PayerName') ? hash['PayerName'] : SKIP
  payer_number = hash.key?('PayerNumber') ? hash['PayerNumber'] : SKIP
  parent_customer_number =
    hash.key?('ParentCustomerNumber') ? hash['ParentCustomerNumber'] : SKIP
  payer_group = hash.key?('PayerGroup') ? hash['PayerGroup'] : SKIP
  payer_group_name =
    hash.key?('PayerGroupName') ? hash['PayerGroupName'] : SKIP
  check_digit = hash.key?('CheckDigit') ? hash['CheckDigit'] : SKIP
  net_invoice_indicator =
    hash.key?('NetInvoiceIndicator') ? hash['NetInvoiceIndicator'] : SKIP
  delco_code = hash.key?('DelcoCode') ? hash['DelcoCode'] : SKIP
  network_code = hash.key?('NetworkCode') ? hash['NetworkCode'] : SKIP
  purchased_in_country =
    hash.key?('PurchasedInCountry') ? hash['PurchasedInCountry'] : SKIP
  site_country = hash.key?('SiteCountry') ? hash['SiteCountry'] : SKIP
  vat_country = hash.key?('VATCountry') ? hash['VATCountry'] : SKIP
  delco_name = hash.key?('DelcoName') ? hash['DelcoName'] : SKIP
  network = hash.key?('Network') ? hash['Network'] : SKIP
  odometer_input = hash.key?('OdometerInput') ? hash['OdometerInput'] : SKIP
  original_sales_item_id =
    hash.key?('OriginalSalesItemId') ? hash['OriginalSalesItemId'] : SKIP
  fleet_id_description =
    hash.key?('FleetIDDescription') ? hash['FleetIDDescription'] : SKIP
  parent_customer_id =
    hash.key?('ParentCustomerId') ? hash['ParentCustomerId'] : SKIP
  pin_indicator = hash.key?('PINIndicator') ? hash['PINIndicator'] : SKIP
  product_group_name =
    hash.key?('ProductGroupName') ? hash['ProductGroupName'] : SKIP
  purchased_in_country_code =
    hash.key?('PurchasedInCountryCode') ? hash['PurchasedInCountryCode'] : SKIP
  quantity = hash.key?('Quantity') ? hash['Quantity'] : SKIP
  rebate_rate = hash.key?('RebateRate') ? hash['RebateRate'] : SKIP
  receipt_number = hash.key?('ReceiptNumber') ? hash['ReceiptNumber'] : SKIP
  refund_flag = hash.key?('RefundFlag') ? hash['RefundFlag'] : SKIP
  site_group_id = hash.key?('SiteGroupId') ? hash['SiteGroupId'] : SKIP
  site_group_name =
    hash.key?('SiteGroupName') ? hash['SiteGroupName'] : SKIP
  latitude = hash.key?('Latitude') ? hash['Latitude'] : SKIP
  longitude = hash.key?('Longitude') ? hash['Longitude'] : SKIP
  del_co_exchange_rate =
    hash.key?('DelCoExchangeRate') ? hash['DelCoExchangeRate'] : SKIP
  euro_rebate_amount =
    hash.key?('EuroRebateAmount') ? hash['EuroRebateAmount'] : SKIP
  net_euro_amount =
    hash.key?('NetEuroAmount') ? hash['NetEuroAmount'] : SKIP
  euro_vat_amount =
    hash.key?('EuroVATAmount') ? hash['EuroVATAmount'] : SKIP
  parent_customer_name =
    hash.key?('ParentCustomerName') ? hash['ParentCustomerName'] : SKIP
  is_invoiced = hash['IsInvoiced'] ||= false
  transaction_currency_code =
    hash.key?('TransactionCurrencyCode') ? hash['TransactionCurrencyCode'] : SKIP
  credit_debit_code =
    hash.key?('CreditDebitCode') ? hash['CreditDebitCode'] : SKIP
  transaction_date =
    hash.key?('TransactionDate') ? hash['TransactionDate'] : SKIP
  transaction_time =
    hash.key?('TransactionTime') ? hash['TransactionTime'] : SKIP
  transaction_item_id =
    hash.key?('TransactionItemId') ? hash['TransactionItemId'] : SKIP
  trn_identifier = hash.key?('TrnIdentifier') ? hash['TrnIdentifier'] : SKIP
  type = hash.key?('Type') ? hash['Type'] : SKIP
  transaction_line =
    hash.key?('TransactionLine') ? hash['TransactionLine'] : SKIP
  transaction_type =
    hash.key?('TransactionType') ? hash['TransactionType'] : SKIP
  utc_offset = hash.key?('UTCOffset') ? hash['UTCOffset'] : SKIP
  vat_category = hash.key?('VATCategory') ? hash['VATCategory'] : SKIP
  vat_rate = hash.key?('VATRate') ? hash['VATRate'] : SKIP
  vehicle_registration =
    hash.key?('VehicleRegistration') ? hash['VehicleRegistration'] : SKIP
  is_cancelled = hash.key?('IsCancelled') ? hash['IsCancelled'] : SKIP
  col_co_gross_amount =
    hash.key?('ColCoGrossAmount') ? hash['ColCoGrossAmount'] : SKIP
  col_co_net_amount =
    hash.key?('ColCoNetAmount') ? hash['ColCoNetAmount'] : SKIP
  col_co_vat_amount =
    hash.key?('ColCoVATAmount') ? hash['ColCoVATAmount'] : SKIP
  original_currency_symbol =
    hash.key?('OriginalCurrencySymbol') ? hash['OriginalCurrencySymbol'] : SKIP
  original_currency_code =
    hash.key?('OriginalCurrencyCode') ? hash['OriginalCurrencyCode'] : SKIP
  original_vat_amount =
    hash.key?('OriginalVATAmount') ? hash['OriginalVATAmount'] : SKIP
  emboss_text = hash.key?('EmbossText') ? hash['EmbossText'] : SKIP
  original_exchange_rate =
    hash.key?('OriginalExchangeRate') ? hash['OriginalExchangeRate'] : SKIP
  original_transaction_item_invoice_date =
    hash.key?('OriginalTransactionItemInvoiceDate') ? hash['OriginalTransactionItemInvoiceDate'] : SKIP
  fee_type_id = hash.key?('FeeTypeId') ? hash['FeeTypeId'] : SKIP
  line_item_description = hash['LineItemDescription'] ||= false
  fee_rule_description =
    hash.key?('FeeRuleDescription') ? hash['FeeRuleDescription'] : SKIP
  frequency = hash.key?('Frequency') ? hash['Frequency'] : SKIP
  fee_rule_id = hash.key?('FeeRuleId') ? hash['FeeRuleId'] : SKIP
   =
    hash.key?('SystemEntryDate') ? hash['SystemEntryDate'] : SKIP
  system_entry_time =
    hash.key?('SystemEntryTime') ? hash['SystemEntryTime'] : SKIP
  is_manual = hash.key?('IsManual') ? hash['IsManual'] : SKIP
  original_transaction_item_id =
    hash.key?('OriginalTransactionItemId') ? hash['OriginalTransactionItemId'] : SKIP
  original_transaction_item_invoice_number =
    hash.key?('OriginalTransactionItemInvoiceNumber') ? hash['OriginalTransactionItemInvoiceNumber'] : SKIP
  original_transaction_item_invoice_id =
    hash.key?('OriginalTransactionItemInvoiceId') ? hash['OriginalTransactionItemInvoiceId'] : SKIP
  payer_short_name =
    hash.key?('PayerShortName') ? hash['PayerShortName'] : SKIP
  reverse_charge = hash.key?('ReverseCharge') ? hash['ReverseCharge'] : SKIP
  original_gross_amount =
    hash.key?('OriginalGrossAmount') ? hash['OriginalGrossAmount'] : SKIP
  original_net_amount =
    hash.key?('OriginalNetAmount') ? hash['OriginalNetAmount'] : SKIP
  unit_of_measure =
    hash.key?('UnitOfMeasure') ? hash['UnitOfMeasure'] : SKIP
  road_type = hash.key?('RoadType') ? hash['RoadType'] : SKIP
  customer_country_iso_code =
    hash.key?('CustomerCountryIsoCode') ? hash['CustomerCountryIsoCode'] : SKIP
  ev_operator = hash.key?('EVOperator') ? hash['EVOperator'] : SKIP
  ev_serial_id = hash.key?('EVSerialId') ? hash['EVSerialId'] : SKIP
  ev_charge_point_serial =
    hash.key?('EVChargePointSerial') ? hash['EVChargePointSerial'] : SKIP
  ev_charge_point_connector_type =
    hash.key?('EVChargePointConnectorType') ? hash['EVChargePointConnectorType'] : SKIP
  ev_charge_point_connector_type_description =
    hash.key?('EVChargePointConnectorTypeDescription') ? hash['EVChargePointConnectorTypeDescription'] : SKIP
  ev_charge_duration =
    hash.key?('EVChargeDuration') ? hash['EVChargeDuration'] : SKIP
  ev_charge_start_date =
    hash.key?('EVChargeStartDate') ? hash['EVChargeStartDate'] : SKIP
  ev_charge_start_time =
    hash.key?('EVChargeStartTime') ? hash['EVChargeStartTime'] : SKIP
  ev_charge_end_date =
    hash.key?('EVChargeEndDate') ? hash['EVChargeEndDate'] : SKIP
  ev_charge_end_time =
    hash.key?('EVChargeEndTime') ? hash['EVChargeEndTime'] : SKIP
  hosting_collecting_company_number =
    hash.key?('HostingCollectingCompanyNumber') ? hash['HostingCollectingCompanyNumber'] : SKIP
  transaction_id = hash.key?('TransactionId') ? hash['TransactionId'] : SKIP
  fuel_only = hash.key?('FuelOnly') ? hash['FuelOnly'] : SKIP

  # Create object from extracted values.
  PricedResponseData.new(,
                         ,
                         ,
                         ,
                         additional1,
                         additional2,
                         additional3,
                         additional4,
                         allow_clearing,
                         authorisation_code,
                         transaction_status,
                         driver_name,
                         card_expiry_period,
                         card_expiry,
                         card_group_id,
                         card_group_name,
                         issuer_code,
                         card_pan,
                         release_code,
                         card_sequence_number,
                         card_type,
                         col_co_code,
                         unit_discount_invoice_currency,
                         col_co_exchange_rate,
                         invoice_currency_symbol,
                         correction_flag,
                         crm_number,
                         customer_country,
                         customer_currency_code,
                         customer_currency_symbol,
                         rebateon_net_amount_in_customer_currency,
                         effective_discount_in_customer_currency,
                         effective_unit_discount_in_customer_currency,
                         unit_price_in_invoice_currency,
                         invoice_tax,
                         invoice_gross_amount,
                         invoice_net_amount,
                         va_ton_net_amount_in_customer_currency,
                         customer_retail_price_unit_gross,
                         customer_retail_value_total_gross,
                         customer_retail_value_total_net,
                         transaction_type_description,
                         rebateon_net_amount_in_transaction_currency,
                         effective_discount_in_trx_currency,
                         del_co_to_col_co_exchange_rate,
                         cards,
                         unit_discount_transaction_currency,
                         transaction_gross_amount,
                         transaction_net_amount,
                         transaction_tax,
                         va_ton_net_amount,
                         delco_list_price_unit_net,
                         delco_retail_price_unit_gross,
                         unit_price_in_transaction_currency,
                         delco_retail_price_unit_net,
                         delco_retail_value_total_gross,
                         delco_retail_value_total_net,
                         transaction_currency_symbol,
                         discount_type,
                         dispute_status,
                         is_shell_site,
                         fleet_id_input,
                         incoming_product_code,
                         posting_date,
                         posting_time,
                         product_code,
                         product_name,
                         product_group_id,
                         incoming_currency_code,
                         incoming_site_description,
                         location,
                         site_name,
                         site_code,
                         incoming_site_number,
                         invoice_currency_code,
                         invoice_date,
                         invoice_number,
                         fuel_product,
                         vat_applicable,
                         payer_name,
                         payer_number,
                         parent_customer_number,
                         payer_group,
                         payer_group_name,
                         check_digit,
                         net_invoice_indicator,
                         delco_code,
                         network_code,
                         purchased_in_country,
                         site_country,
                         vat_country,
                         delco_name,
                         network,
                         odometer_input,
                         original_sales_item_id,
                         fleet_id_description,
                         parent_customer_id,
                         pin_indicator,
                         product_group_name,
                         purchased_in_country_code,
                         quantity,
                         rebate_rate,
                         receipt_number,
                         refund_flag,
                         site_group_id,
                         site_group_name,
                         latitude,
                         longitude,
                         del_co_exchange_rate,
                         euro_rebate_amount,
                         net_euro_amount,
                         euro_vat_amount,
                         parent_customer_name,
                         is_invoiced,
                         transaction_currency_code,
                         credit_debit_code,
                         transaction_date,
                         transaction_time,
                         transaction_item_id,
                         trn_identifier,
                         type,
                         transaction_line,
                         transaction_type,
                         utc_offset,
                         vat_category,
                         vat_rate,
                         vehicle_registration,
                         is_cancelled,
                         col_co_gross_amount,
                         col_co_net_amount,
                         col_co_vat_amount,
                         original_currency_symbol,
                         original_currency_code,
                         original_vat_amount,
                         emboss_text,
                         original_exchange_rate,
                         original_transaction_item_invoice_date,
                         fee_type_id,
                         line_item_description,
                         fee_rule_description,
                         frequency,
                         fee_rule_id,
                         ,
                         system_entry_time,
                         is_manual,
                         original_transaction_item_id,
                         original_transaction_item_invoice_number,
                         original_transaction_item_invoice_id,
                         payer_short_name,
                         reverse_charge,
                         original_gross_amount,
                         original_net_amount,
                         unit_of_measure,
                         road_type,
                         customer_country_iso_code,
                         ev_operator,
                         ev_serial_id,
                         ev_charge_point_serial,
                         ev_charge_point_connector_type,
                         ev_charge_point_connector_type_description,
                         ev_charge_duration,
                         ev_charge_start_date,
                         ev_charge_start_time,
                         ev_charge_end_date,
                         ev_charge_end_time,
                         hosting_collecting_company_number,
                         transaction_id,
                         fuel_only)
end

.namesObject

A mapping from model property names to API property names.



687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 687

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['account_name'] = 'AccountName'
  @_hash['account_id'] = 'AccountId'
  @_hash['account_number'] = 'AccountNumber'
  @_hash['account_short_name'] = 'AccountShortName'
  @_hash['additional1'] = 'Additional1'
  @_hash['additional2'] = 'Additional2'
  @_hash['additional3'] = 'Additional3'
  @_hash['additional4'] = 'Additional4'
  @_hash['allow_clearing'] = 'AllowClearing'
  @_hash['authorisation_code'] = 'AuthorisationCode'
  @_hash['transaction_status'] = 'TransactionStatus'
  @_hash['driver_name'] = 'DriverName'
  @_hash['card_expiry_period'] = 'CardExpiryPeriod'
  @_hash['card_expiry'] = 'CardExpiry'
  @_hash['card_group_id'] = 'CardGroupId'
  @_hash['card_group_name'] = 'CardGroupName'
  @_hash['issuer_code'] = 'IssuerCode'
  @_hash['card_pan'] = 'CardPAN'
  @_hash['release_code'] = 'ReleaseCode'
  @_hash['card_sequence_number'] = 'CardSequenceNumber'
  @_hash['card_type'] = 'CardType'
  @_hash['col_co_code'] = 'ColCoCode'
  @_hash['unit_discount_invoice_currency'] = 'UnitDiscountInvoiceCurrency'
  @_hash['col_co_exchange_rate'] = 'ColCoExchangeRate'
  @_hash['invoice_currency_symbol'] = 'InvoiceCurrencySymbol'
  @_hash['correction_flag'] = 'CorrectionFlag'
  @_hash['crm_number'] = 'CRMNumber'
  @_hash['customer_country'] = 'CustomerCountry'
  @_hash['customer_currency_code'] = 'CustomerCurrencyCode'
  @_hash['customer_currency_symbol'] = 'CustomerCurrencySymbol'
  @_hash['rebateon_net_amount_in_customer_currency'] =
    'RebateonNetAmountInCustomerCurrency'
  @_hash['effective_discount_in_customer_currency'] =
    'EffectiveDiscountInCustomerCurrency'
  @_hash['effective_unit_discount_in_customer_currency'] =
    'EffectiveUnitDiscountInCustomerCurrency'
  @_hash['unit_price_in_invoice_currency'] = 'UnitPriceInInvoiceCurrency'
  @_hash['invoice_tax'] = 'InvoiceTax'
  @_hash['invoice_gross_amount'] = 'InvoiceGrossAmount'
  @_hash['invoice_net_amount'] = 'InvoiceNetAmount'
  @_hash['va_ton_net_amount_in_customer_currency'] =
    'VATonNetAmountInCustomerCurrency'
  @_hash['customer_retail_price_unit_gross'] =
    'CustomerRetailPriceUnitGross'
  @_hash['customer_retail_value_total_gross'] =
    'CustomerRetailValueTotalGross'
  @_hash['customer_retail_value_total_net'] =
    'CustomerRetailValueTotalNet'
  @_hash['transaction_type_description'] = 'TransactionTypeDescription'
  @_hash['rebateon_net_amount_in_transaction_currency'] =
    'RebateonNetAmountInTransactionCurrency'
  @_hash['effective_discount_in_trx_currency'] =
    'EffectiveDiscountInTrxCurrency'
  @_hash['del_co_to_col_co_exchange_rate'] = 'DelCoToColCoExchangeRate'
  @_hash['cards'] = 'Cards'
  @_hash['unit_discount_transaction_currency'] =
    'UnitDiscountTransactionCurrency'
  @_hash['transaction_gross_amount'] = 'TransactionGrossAmount'
  @_hash['transaction_net_amount'] = 'TransactionNetAmount'
  @_hash['transaction_tax'] = 'TransactionTax'
  @_hash['va_ton_net_amount'] = 'VATonNetAmount'
  @_hash['delco_list_price_unit_net'] = 'DelcoListPriceUnitNet'
  @_hash['delco_retail_price_unit_gross'] = 'DelcoRetailPriceUnitGross'
  @_hash['unit_price_in_transaction_currency'] =
    'UnitPriceInTransactionCurrency'
  @_hash['delco_retail_price_unit_net'] = 'DelcoRetailPriceUnitNet'
  @_hash['delco_retail_value_total_gross'] = 'DelcoRetailValueTotalGross'
  @_hash['delco_retail_value_total_net'] = 'DelcoRetailValueTotalNet'
  @_hash['transaction_currency_symbol'] = 'TransactionCurrencySymbol'
  @_hash['discount_type'] = 'DiscountType'
  @_hash['dispute_status'] = 'DisputeStatus'
  @_hash['is_shell_site'] = 'IsShellSite'
  @_hash['fleet_id_input'] = 'FleetIdInput'
  @_hash['incoming_product_code'] = 'IncomingProductCode'
  @_hash['posting_date'] = 'PostingDate'
  @_hash['posting_time'] = 'PostingTime'
  @_hash['product_code'] = 'ProductCode'
  @_hash['product_name'] = 'ProductName'
  @_hash['product_group_id'] = 'ProductGroupId'
  @_hash['incoming_currency_code'] = 'IncomingCurrencyCode'
  @_hash['incoming_site_description'] = 'IncomingSiteDescription'
  @_hash['location'] = 'Location'
  @_hash['site_name'] = 'SiteName'
  @_hash['site_code'] = 'SiteCode'
  @_hash['incoming_site_number'] = 'IncomingSiteNumber'
  @_hash['invoice_currency_code'] = 'InvoiceCurrencyCode'
  @_hash['invoice_date'] = 'InvoiceDate'
  @_hash['invoice_number'] = 'InvoiceNumber'
  @_hash['fuel_product'] = 'FuelProduct'
  @_hash['vat_applicable'] = 'VATApplicable'
  @_hash['payer_name'] = 'PayerName'
  @_hash['payer_number'] = 'PayerNumber'
  @_hash['parent_customer_number'] = 'ParentCustomerNumber'
  @_hash['payer_group'] = 'PayerGroup'
  @_hash['payer_group_name'] = 'PayerGroupName'
  @_hash['check_digit'] = 'CheckDigit'
  @_hash['net_invoice_indicator'] = 'NetInvoiceIndicator'
  @_hash['delco_code'] = 'DelcoCode'
  @_hash['network_code'] = 'NetworkCode'
  @_hash['purchased_in_country'] = 'PurchasedInCountry'
  @_hash['site_country'] = 'SiteCountry'
  @_hash['vat_country'] = 'VATCountry'
  @_hash['delco_name'] = 'DelcoName'
  @_hash['network'] = 'Network'
  @_hash['odometer_input'] = 'OdometerInput'
  @_hash['original_sales_item_id'] = 'OriginalSalesItemId'
  @_hash['fleet_id_description'] = 'FleetIDDescription'
  @_hash['parent_customer_id'] = 'ParentCustomerId'
  @_hash['pin_indicator'] = 'PINIndicator'
  @_hash['product_group_name'] = 'ProductGroupName'
  @_hash['purchased_in_country_code'] = 'PurchasedInCountryCode'
  @_hash['quantity'] = 'Quantity'
  @_hash['rebate_rate'] = 'RebateRate'
  @_hash['receipt_number'] = 'ReceiptNumber'
  @_hash['refund_flag'] = 'RefundFlag'
  @_hash['site_group_id'] = 'SiteGroupId'
  @_hash['site_group_name'] = 'SiteGroupName'
  @_hash['latitude'] = 'Latitude'
  @_hash['longitude'] = 'Longitude'
  @_hash['del_co_exchange_rate'] = 'DelCoExchangeRate'
  @_hash['euro_rebate_amount'] = 'EuroRebateAmount'
  @_hash['net_euro_amount'] = 'NetEuroAmount'
  @_hash['euro_vat_amount'] = 'EuroVATAmount'
  @_hash['parent_customer_name'] = 'ParentCustomerName'
  @_hash['is_invoiced'] = 'IsInvoiced'
  @_hash['transaction_currency_code'] = 'TransactionCurrencyCode'
  @_hash['credit_debit_code'] = 'CreditDebitCode'
  @_hash['transaction_date'] = 'TransactionDate'
  @_hash['transaction_time'] = 'TransactionTime'
  @_hash['transaction_item_id'] = 'TransactionItemId'
  @_hash['trn_identifier'] = 'TrnIdentifier'
  @_hash['type'] = 'Type'
  @_hash['transaction_line'] = 'TransactionLine'
  @_hash['transaction_type'] = 'TransactionType'
  @_hash['utc_offset'] = 'UTCOffset'
  @_hash['vat_category'] = 'VATCategory'
  @_hash['vat_rate'] = 'VATRate'
  @_hash['vehicle_registration'] = 'VehicleRegistration'
  @_hash['is_cancelled'] = 'IsCancelled'
  @_hash['col_co_gross_amount'] = 'ColCoGrossAmount'
  @_hash['col_co_net_amount'] = 'ColCoNetAmount'
  @_hash['col_co_vat_amount'] = 'ColCoVATAmount'
  @_hash['original_currency_symbol'] = 'OriginalCurrencySymbol'
  @_hash['original_currency_code'] = 'OriginalCurrencyCode'
  @_hash['original_vat_amount'] = 'OriginalVATAmount'
  @_hash['emboss_text'] = 'EmbossText'
  @_hash['original_exchange_rate'] = 'OriginalExchangeRate'
  @_hash['original_transaction_item_invoice_date'] =
    'OriginalTransactionItemInvoiceDate'
  @_hash['fee_type_id'] = 'FeeTypeId'
  @_hash['line_item_description'] = 'LineItemDescription'
  @_hash['fee_rule_description'] = 'FeeRuleDescription'
  @_hash['frequency'] = 'Frequency'
  @_hash['fee_rule_id'] = 'FeeRuleId'
  @_hash['system_entry_date'] = 'SystemEntryDate'
  @_hash['system_entry_time'] = 'SystemEntryTime'
  @_hash['is_manual'] = 'IsManual'
  @_hash['original_transaction_item_id'] = 'OriginalTransactionItemId'
  @_hash['original_transaction_item_invoice_number'] =
    'OriginalTransactionItemInvoiceNumber'
  @_hash['original_transaction_item_invoice_id'] =
    'OriginalTransactionItemInvoiceId'
  @_hash['payer_short_name'] = 'PayerShortName'
  @_hash['reverse_charge'] = 'ReverseCharge'
  @_hash['original_gross_amount'] = 'OriginalGrossAmount'
  @_hash['original_net_amount'] = 'OriginalNetAmount'
  @_hash['unit_of_measure'] = 'UnitOfMeasure'
  @_hash['road_type'] = 'RoadType'
  @_hash['customer_country_iso_code'] = 'CustomerCountryIsoCode'
  @_hash['ev_operator'] = 'EVOperator'
  @_hash['ev_serial_id'] = 'EVSerialId'
  @_hash['ev_charge_point_serial'] = 'EVChargePointSerial'
  @_hash['ev_charge_point_connector_type'] = 'EVChargePointConnectorType'
  @_hash['ev_charge_point_connector_type_description'] =
    'EVChargePointConnectorTypeDescription'
  @_hash['ev_charge_duration'] = 'EVChargeDuration'
  @_hash['ev_charge_start_date'] = 'EVChargeStartDate'
  @_hash['ev_charge_start_time'] = 'EVChargeStartTime'
  @_hash['ev_charge_end_date'] = 'EVChargeEndDate'
  @_hash['ev_charge_end_time'] = 'EVChargeEndTime'
  @_hash['hosting_collecting_company_number'] =
    'HostingCollectingCompanyNumber'
  @_hash['transaction_id'] = 'TransactionId'
  @_hash['fuel_only'] = 'FuelOnly'
  @_hash
end

.nullablesObject

An array for nullable fields



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 1051

def self.nullables
  %w[
    account_name
    account_id
    account_number
    account_short_name
    additional1
    additional2
    additional3
    additional4
    allow_clearing
    authorisation_code
    transaction_status
    driver_name
    card_expiry_period
    card_expiry
    card_group_id
    card_group_name
    issuer_code
    card_pan
    release_code
    card_sequence_number
    card_type
    col_co_code
    unit_discount_invoice_currency
    invoice_currency_symbol
    correction_flag
    crm_number
    customer_country
    customer_currency_code
    customer_currency_symbol
    rebateon_net_amount_in_customer_currency
    effective_discount_in_customer_currency
    effective_unit_discount_in_customer_currency
    unit_price_in_invoice_currency
    invoice_tax
    invoice_gross_amount
    invoice_net_amount
    va_ton_net_amount_in_customer_currency
    customer_retail_price_unit_gross
    customer_retail_value_total_gross
    customer_retail_value_total_net
    transaction_type_description
    rebateon_net_amount_in_transaction_currency
    effective_discount_in_trx_currency
    del_co_to_col_co_exchange_rate
    unit_discount_transaction_currency
    transaction_gross_amount
    transaction_net_amount
    transaction_tax
    va_ton_net_amount
    delco_list_price_unit_net
    delco_retail_price_unit_gross
    unit_price_in_transaction_currency
    delco_retail_price_unit_net
    delco_retail_value_total_gross
    delco_retail_value_total_net
    transaction_currency_symbol
    discount_type
    dispute_status
    fleet_id_input
    incoming_product_code
    posting_date
    posting_time
    product_code
    product_name
    product_group_id
    incoming_currency_code
    incoming_site_description
    location
    site_name
    site_code
    incoming_site_number
    invoice_currency_code
    invoice_date
    invoice_number
    fuel_product
    vat_applicable
    payer_name
    payer_number
    parent_customer_number
    payer_group
    payer_group_name
    check_digit
    net_invoice_indicator
    delco_code
    network_code
    purchased_in_country
    site_country
    vat_country
    delco_name
    network
    odometer_input
    original_sales_item_id
    fleet_id_description
    parent_customer_id
    pin_indicator
    product_group_name
    purchased_in_country_code
    quantity
    rebate_rate
    receipt_number
    site_group_id
    site_group_name
    latitude
    longitude
    del_co_exchange_rate
    euro_rebate_amount
    net_euro_amount
    euro_vat_amount
    parent_customer_name
    is_invoiced
    transaction_currency_code
    credit_debit_code
    transaction_date
    transaction_time
    transaction_item_id
    trn_identifier
    type
    transaction_line
    transaction_type
    utc_offset
    vat_category
    vat_rate
    vehicle_registration
    is_cancelled
    col_co_gross_amount
    col_co_net_amount
    col_co_vat_amount
    original_currency_symbol
    original_currency_code
    original_vat_amount
    emboss_text
    original_exchange_rate
    original_transaction_item_invoice_date
    fee_type_id
    line_item_description
    fee_rule_description
    frequency
    fee_rule_id
    system_entry_date
    system_entry_time
    is_manual
    original_transaction_item_id
    original_transaction_item_invoice_number
    original_transaction_item_invoice_id
    payer_short_name
    reverse_charge
    original_gross_amount
    original_net_amount
    unit_of_measure
    road_type
    customer_country_iso_code
    ev_operator
    ev_serial_id
    ev_charge_point_serial
    ev_charge_point_connector_type
    ev_charge_point_connector_type_description
    ev_charge_duration
    ev_charge_start_date
    ev_charge_start_time
    ev_charge_end_date
    ev_charge_end_time
    hosting_collecting_company_number
    transaction_id
    fuel_only
  ]
end

.optionalsObject

An array for optional fields



877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'lib/shell_data_reporting_ap_is/models/priced_response_data.rb', line 877

def self.optionals
  %w[
    account_name
    account_id
    account_number
    account_short_name
    additional1
    additional2
    additional3
    additional4
    allow_clearing
    authorisation_code
    transaction_status
    driver_name
    card_expiry_period
    card_expiry
    card_group_id
    card_group_name
    issuer_code
    card_pan
    release_code
    card_sequence_number
    card_type
    col_co_code
    unit_discount_invoice_currency
    col_co_exchange_rate
    invoice_currency_symbol
    correction_flag
    crm_number
    customer_country
    customer_currency_code
    customer_currency_symbol
    rebateon_net_amount_in_customer_currency
    effective_discount_in_customer_currency
    effective_unit_discount_in_customer_currency
    unit_price_in_invoice_currency
    invoice_tax
    invoice_gross_amount
    invoice_net_amount
    va_ton_net_amount_in_customer_currency
    customer_retail_price_unit_gross
    customer_retail_value_total_gross
    customer_retail_value_total_net
    transaction_type_description
    rebateon_net_amount_in_transaction_currency
    effective_discount_in_trx_currency
    del_co_to_col_co_exchange_rate
    cards
    unit_discount_transaction_currency
    transaction_gross_amount
    transaction_net_amount
    transaction_tax
    va_ton_net_amount
    delco_list_price_unit_net
    delco_retail_price_unit_gross
    unit_price_in_transaction_currency
    delco_retail_price_unit_net
    delco_retail_value_total_gross
    delco_retail_value_total_net
    transaction_currency_symbol
    discount_type
    dispute_status
    is_shell_site
    fleet_id_input
    incoming_product_code
    posting_date
    posting_time
    product_code
    product_name
    product_group_id
    incoming_currency_code
    incoming_site_description
    location
    site_name
    site_code
    incoming_site_number
    invoice_currency_code
    invoice_date
    invoice_number
    fuel_product
    vat_applicable
    payer_name
    payer_number
    parent_customer_number
    payer_group
    payer_group_name
    check_digit
    net_invoice_indicator
    delco_code
    network_code
    purchased_in_country
    site_country
    vat_country
    delco_name
    network
    odometer_input
    original_sales_item_id
    fleet_id_description
    parent_customer_id
    pin_indicator
    product_group_name
    purchased_in_country_code
    quantity
    rebate_rate
    receipt_number
    refund_flag
    site_group_id
    site_group_name
    latitude
    longitude
    del_co_exchange_rate
    euro_rebate_amount
    net_euro_amount
    euro_vat_amount
    parent_customer_name
    is_invoiced
    transaction_currency_code
    credit_debit_code
    transaction_date
    transaction_time
    transaction_item_id
    trn_identifier
    type
    transaction_line
    transaction_type
    utc_offset
    vat_category
    vat_rate
    vehicle_registration
    is_cancelled
    col_co_gross_amount
    col_co_net_amount
    col_co_vat_amount
    original_currency_symbol
    original_currency_code
    original_vat_amount
    emboss_text
    original_exchange_rate
    original_transaction_item_invoice_date
    fee_type_id
    line_item_description
    fee_rule_description
    frequency
    fee_rule_id
    system_entry_date
    system_entry_time
    is_manual
    original_transaction_item_id
    original_transaction_item_invoice_number
    original_transaction_item_invoice_id
    payer_short_name
    reverse_charge
    original_gross_amount
    original_net_amount
    unit_of_measure
    road_type
    customer_country_iso_code
    ev_operator
    ev_serial_id
    ev_charge_point_serial
    ev_charge_point_connector_type
    ev_charge_point_connector_type_description
    ev_charge_duration
    ev_charge_start_date
    ev_charge_start_time
    ev_charge_end_date
    ev_charge_end_time
    hosting_collecting_company_number
    transaction_id
    fuel_only
  ]
end