data-and-reporting-sdk
Version:
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication
292 lines • 22.4 kB
JavaScript
"use strict";
/**
* Shell Data & Reporting APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.pricedResponseDataSchema = void 0;
var schema_js_1 = require("../schema.js");
var pricedTransactionRespV2RefundFlagEnum_js_1 = require("./pricedTransactionRespV2RefundFlagEnum.js");
exports.pricedResponseDataSchema = (0, schema_js_1.object)({
accountName: ['AccountName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
accountId: ['AccountId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
accountNumber: ['AccountNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
accountShortName: ['AccountShortName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
additional1: ['Additional1', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
additional2: ['Additional2', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
additional3: ['Additional3', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
additional4: ['Additional4', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
allowClearing: ['AllowClearing', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
authorisationCode: ['AuthorisationCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
transactionStatus: ['TransactionStatus', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
driverName: ['DriverName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
cardExpiryPeriod: ['CardExpiryPeriod', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardExpiry: ['CardExpiry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
cardGroupId: ['CardGroupId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardGroupName: ['CardGroupName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
issuerCode: ['IssuerCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardPAN: ['CardPAN', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
releaseCode: ['ReleaseCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardSequenceNumber: ['CardSequenceNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardType: ['CardType', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
colCoCode: ['ColCoCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
unitDiscountInvoiceCurrency: [
'UnitDiscountInvoiceCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
colCoExchangeRate: ['ColCoExchangeRate', (0, schema_js_1.optional)((0, schema_js_1.number)())],
invoiceCurrencySymbol: [
'InvoiceCurrencySymbol',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
correctionFlag: ['CorrectionFlag', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
cRMNumber: ['CRMNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
customerCountry: ['CustomerCountry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
customerCurrencyCode: ['CustomerCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
customerCurrencySymbol: [
'CustomerCurrencySymbol',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
rebateonNetAmountInCustomerCurrency: [
'RebateonNetAmountInCustomerCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
effectiveDiscountInCustomerCurrency: [
'EffectiveDiscountInCustomerCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
effectiveUnitDiscountInCustomerCurrency: [
'EffectiveUnitDiscountInCustomerCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
unitPriceInInvoiceCurrency: [
'UnitPriceInInvoiceCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
invoiceTax: ['InvoiceTax', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
invoiceGrossAmount: ['InvoiceGrossAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
invoiceNetAmount: ['InvoiceNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
vATonNetAmountInCustomerCurrency: [
'VATonNetAmountInCustomerCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
customerRetailPriceUnitGross: [
'CustomerRetailPriceUnitGross',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
customerRetailValueTotalGross: [
'CustomerRetailValueTotalGross',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
customerRetailValueTotalNet: [
'CustomerRetailValueTotalNet',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
transactionTypeDescription: [
'TransactionTypeDescription',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
rebateonNetAmountInTransactionCurrency: [
'RebateonNetAmountInTransactionCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
effectiveDiscountInTrxCurrency: [
'EffectiveDiscountInTrxCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
delCoToColCoExchangeRate: [
'DelCoToColCoExchangeRate',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
cards: ['Cards', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.number)()))],
unitDiscountTransactionCurrency: [
'UnitDiscountTransactionCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
transactionGrossAmount: [
'TransactionGrossAmount',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
transactionNetAmount: ['TransactionNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
transactionTax: ['TransactionTax', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
vATonNetAmount: ['VATonNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
delcoListPriceUnitNet: [
'DelcoListPriceUnitNet',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
delcoRetailPriceUnitGross: [
'DelcoRetailPriceUnitGross',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
unitPriceInTransactionCurrency: [
'UnitPriceInTransactionCurrency',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
delcoRetailPriceUnitNet: [
'DelcoRetailPriceUnitNet',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
delcoRetailValueTotalGross: [
'DelcoRetailValueTotalGross',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
delcoRetailValueTotalNet: [
'DelcoRetailValueTotalNet',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
transactionCurrencySymbol: [
'TransactionCurrencySymbol',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
discountType: ['DiscountType', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
disputeStatus: ['DisputeStatus', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
isShellSite: ['IsShellSite', (0, schema_js_1.optional)((0, schema_js_1.boolean)())],
fleetIdInput: ['FleetIdInput', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
incomingProductCode: ['IncomingProductCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
postingDate: ['PostingDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
postingTime: ['PostingTime', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
productCode: ['ProductCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
productName: ['ProductName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
productGroupId: ['ProductGroupId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
incomingCurrencyCode: ['IncomingCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
incomingSiteDescription: [
'IncomingSiteDescription',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
location: ['Location', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
siteName: ['SiteName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
siteCode: ['SiteCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
incomingSiteNumber: ['IncomingSiteNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
invoiceCurrencyCode: ['InvoiceCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
invoiceDate: ['InvoiceDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
invoiceNumber: ['InvoiceNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelProduct: ['FuelProduct', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
vATApplicable: ['VATApplicable', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerName: ['PayerName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerNumber: ['PayerNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
parentCustomerNumber: ['ParentCustomerNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerGroup: ['PayerGroup', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerGroupName: ['PayerGroupName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
checkDigit: ['CheckDigit', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
netInvoiceIndicator: ['NetInvoiceIndicator', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
delcoCode: ['DelcoCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
networkCode: ['NetworkCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
purchasedInCountry: ['PurchasedInCountry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
siteCountry: ['SiteCountry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
vATCountry: ['VATCountry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
delcoName: ['DelcoName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
network: ['Network', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
odometerInput: ['OdometerInput', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
originalSalesItemId: ['OriginalSalesItemId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
fleetIDDescription: ['FleetIDDescription', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
parentCustomerId: ['ParentCustomerId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
pINIndicator: ['PINIndicator', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
productGroupName: ['ProductGroupName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
purchasedInCountryCode: [
'PurchasedInCountryCode',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
quantity: ['Quantity', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
rebateRate: ['RebateRate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
receiptNumber: ['ReceiptNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
refundFlag: [
'RefundFlag',
(0, schema_js_1.optional)(pricedTransactionRespV2RefundFlagEnum_js_1.pricedTransactionRespV2RefundFlagEnumSchema),
],
siteGroupId: ['SiteGroupId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
siteGroupName: ['SiteGroupName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
latitude: ['Latitude', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
longitude: ['Longitude', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
delCoExchangeRate: ['DelCoExchangeRate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
euroRebateAmount: ['EuroRebateAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
netEuroAmount: ['NetEuroAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
euroVATAmount: ['EuroVATAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
parentCustomerName: ['ParentCustomerName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
isInvoiced: ['IsInvoiced', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
transactionCurrencyCode: [
'TransactionCurrencyCode',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
creditDebitCode: ['CreditDebitCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
transactionDate: ['TransactionDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
transactionTime: ['TransactionTime', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
transactionItemId: ['TransactionItemId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
trnIdentifier: ['TrnIdentifier', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
type: ['Type', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
transactionLine: ['TransactionLine', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
transactionType: ['TransactionType', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
uTCOffset: ['UTCOffset', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
vATCategory: ['VATCategory', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
vATRate: ['VATRate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
vehicleRegistration: ['VehicleRegistration', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
isCancelled: ['IsCancelled', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
colCoGrossAmount: ['ColCoGrossAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
colCoNetAmount: ['ColCoNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
colCoVATAmount: ['ColCoVATAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
originalCurrencySymbol: [
'OriginalCurrencySymbol',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
originalCurrencyCode: ['OriginalCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
originalVATAmount: ['OriginalVATAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
embossText: ['EmbossText', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
originalExchangeRate: ['OriginalExchangeRate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
originalTransactionItemInvoiceDate: [
'OriginalTransactionItemInvoiceDate',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
feeTypeId: ['FeeTypeId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
lineItemDescription: ['LineItemDescription', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
feeRuleDescription: ['FeeRuleDescription', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
frequency: ['Frequency', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
feeRuleId: ['FeeRuleId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
systemEntryDate: ['SystemEntryDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
systemEntryTime: ['SystemEntryTime', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
isManual: ['IsManual', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
originalTransactionItemId: [
'OriginalTransactionItemId',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
originalTransactionItemInvoiceNumber: [
'OriginalTransactionItemInvoiceNumber',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
originalTransactionItemInvoiceId: [
'OriginalTransactionItemInvoiceId',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
payerShortName: ['PayerShortName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
reverseCharge: ['ReverseCharge', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
originalGrossAmount: ['OriginalGrossAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
originalNetAmount: ['OriginalNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
unitOfMeasure: ['UnitOfMeasure', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
roadType: ['RoadType', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
customerCountryIsoCode: [
'CustomerCountryIsoCode',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
eVOperator: ['EVOperator', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVSerialId: ['EVSerialId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargePointSerial: ['EVChargePointSerial', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargePointConnectorType: [
'EVChargePointConnectorType',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
eVChargePointConnectorTypeDescription: [
'EVChargePointConnectorTypeDescription',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
eVChargeDuration: ['EVChargeDuration', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargeStartDate: ['EVChargeStartDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargeStartTime: ['EVChargeStartTime', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargeEndDate: ['EVChargeEndDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
eVChargeEndTime: ['EVChargeEndTime', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
hostingCollectingCompanyNumber: [
'HostingCollectingCompanyNumber',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
transactionId: ['TransactionId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelOnly: ['FuelOnly', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))],
});
//# sourceMappingURL=pricedResponseData.js.map