e-invoice-api 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/e_invoice_api/models/allowance.rb +42 -14
- data/lib/e_invoice_api/models/charge.rb +193 -4
- data/lib/e_invoice_api/models/document_create.rb +590 -66
- data/lib/e_invoice_api/models/document_create_from_pdf_response.rb +14 -19
- data/lib/e_invoice_api/models/document_response.rb +249 -37
- data/lib/e_invoice_api/models/unit_of_measure_code.rb +1 -0
- data/lib/e_invoice_api/version.rb +1 -1
- data/rbi/e_invoice_api/models/allowance.rbi +81 -21
- data/rbi/e_invoice_api/models/charge.rbi +202 -5
- data/rbi/e_invoice_api/models/document_create.rbi +2939 -682
- data/rbi/e_invoice_api/models/document_create_from_pdf_response.rbi +20 -22
- data/rbi/e_invoice_api/models/document_response.rbi +1106 -50
- data/rbi/e_invoice_api/models/unit_of_measure_code.rbi +1 -0
- data/sig/e_invoice_api/models/allowance.rbs +59 -8
- data/sig/e_invoice_api/models/charge.rbs +369 -4
- data/sig/e_invoice_api/models/document_create.rbs +916 -44
- data/sig/e_invoice_api/models/document_create_from_pdf_response.rbs +0 -5
- data/sig/e_invoice_api/models/document_response.rbs +428 -17
- data/sig/e_invoice_api/models/unit_of_measure_code.rbs +2 -0
- metadata +2 -2
|
@@ -26,7 +26,6 @@ module EInvoiceAPI
|
|
|
26
26
|
note: String?,
|
|
27
27
|
payment_details: ::Array[EInvoiceAPI::PaymentDetailCreate]?,
|
|
28
28
|
payment_term: String?,
|
|
29
|
-
previous_unpaid_balance: String?,
|
|
30
29
|
purchase_order: String?,
|
|
31
30
|
remittance_address: String?,
|
|
32
31
|
remittance_address_recipient: String?,
|
|
@@ -119,8 +118,6 @@ module EInvoiceAPI
|
|
|
119
118
|
|
|
120
119
|
attr_accessor payment_term: String?
|
|
121
120
|
|
|
122
|
-
attr_accessor previous_unpaid_balance: String?
|
|
123
|
-
|
|
124
121
|
attr_accessor purchase_order: String?
|
|
125
122
|
|
|
126
123
|
attr_accessor remittance_address: String?
|
|
@@ -206,7 +203,6 @@ module EInvoiceAPI
|
|
|
206
203
|
?note: String?,
|
|
207
204
|
?payment_details: ::Array[EInvoiceAPI::PaymentDetailCreate]?,
|
|
208
205
|
?payment_term: String?,
|
|
209
|
-
?previous_unpaid_balance: String?,
|
|
210
206
|
?purchase_order: String?,
|
|
211
207
|
?remittance_address: String?,
|
|
212
208
|
?remittance_address_recipient: String?,
|
|
@@ -259,7 +255,6 @@ module EInvoiceAPI
|
|
|
259
255
|
note: String?,
|
|
260
256
|
payment_details: ::Array[EInvoiceAPI::PaymentDetailCreate]?,
|
|
261
257
|
payment_term: String?,
|
|
262
|
-
previous_unpaid_balance: String?,
|
|
263
258
|
purchase_order: String?,
|
|
264
259
|
remittance_address: String?,
|
|
265
260
|
remittance_address_recipient: String?,
|
|
@@ -27,7 +27,6 @@ module EInvoiceAPI
|
|
|
27
27
|
note: String?,
|
|
28
28
|
payment_details: ::Array[EInvoiceAPI::DocumentResponse::PaymentDetail]?,
|
|
29
29
|
payment_term: String?,
|
|
30
|
-
previous_unpaid_balance: String?,
|
|
31
30
|
purchase_order: String?,
|
|
32
31
|
remittance_address: String?,
|
|
33
32
|
remittance_address_recipient: String?,
|
|
@@ -116,8 +115,6 @@ module EInvoiceAPI
|
|
|
116
115
|
|
|
117
116
|
attr_accessor payment_term: String?
|
|
118
117
|
|
|
119
|
-
attr_accessor previous_unpaid_balance: String?
|
|
120
|
-
|
|
121
118
|
attr_accessor purchase_order: String?
|
|
122
119
|
|
|
123
120
|
attr_accessor remittance_address: String?
|
|
@@ -198,7 +195,6 @@ module EInvoiceAPI
|
|
|
198
195
|
?note: String?,
|
|
199
196
|
?payment_details: ::Array[EInvoiceAPI::DocumentResponse::PaymentDetail]?,
|
|
200
197
|
?payment_term: String?,
|
|
201
|
-
?previous_unpaid_balance: String?,
|
|
202
198
|
?purchase_order: String?,
|
|
203
199
|
?remittance_address: String?,
|
|
204
200
|
?remittance_address_recipient: String?,
|
|
@@ -250,7 +246,6 @@ module EInvoiceAPI
|
|
|
250
246
|
note: String?,
|
|
251
247
|
payment_details: ::Array[EInvoiceAPI::DocumentResponse::PaymentDetail]?,
|
|
252
248
|
payment_term: String?,
|
|
253
|
-
previous_unpaid_balance: String?,
|
|
254
249
|
purchase_order: String?,
|
|
255
250
|
remittance_address: String?,
|
|
256
251
|
remittance_address_recipient: String?,
|
|
@@ -282,8 +277,8 @@ module EInvoiceAPI
|
|
|
282
277
|
base_amount: String?,
|
|
283
278
|
multiplier_factor: String?,
|
|
284
279
|
reason: String?,
|
|
285
|
-
reason_code:
|
|
286
|
-
tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code
|
|
280
|
+
reason_code: EInvoiceAPI::Models::DocumentResponse::Allowance::reason_code?,
|
|
281
|
+
tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code,
|
|
287
282
|
tax_rate: String?
|
|
288
283
|
}
|
|
289
284
|
|
|
@@ -296,9 +291,13 @@ module EInvoiceAPI
|
|
|
296
291
|
|
|
297
292
|
attr_accessor reason: String?
|
|
298
293
|
|
|
299
|
-
attr_accessor reason_code:
|
|
294
|
+
attr_accessor reason_code: EInvoiceAPI::Models::DocumentResponse::Allowance::reason_code?
|
|
295
|
+
|
|
296
|
+
attr_reader tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code?
|
|
300
297
|
|
|
301
|
-
|
|
298
|
+
def tax_code=: (
|
|
299
|
+
EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code
|
|
300
|
+
) -> EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code
|
|
302
301
|
|
|
303
302
|
attr_accessor tax_rate: String?
|
|
304
303
|
|
|
@@ -307,8 +306,8 @@ module EInvoiceAPI
|
|
|
307
306
|
?base_amount: String?,
|
|
308
307
|
?multiplier_factor: String?,
|
|
309
308
|
?reason: String?,
|
|
310
|
-
?reason_code:
|
|
311
|
-
?tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code
|
|
309
|
+
?reason_code: EInvoiceAPI::Models::DocumentResponse::Allowance::reason_code?,
|
|
310
|
+
?tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code,
|
|
312
311
|
?tax_rate: String?
|
|
313
312
|
) -> void
|
|
314
313
|
|
|
@@ -317,11 +316,58 @@ module EInvoiceAPI
|
|
|
317
316
|
base_amount: String?,
|
|
318
317
|
multiplier_factor: String?,
|
|
319
318
|
reason: String?,
|
|
320
|
-
reason_code:
|
|
321
|
-
tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code
|
|
319
|
+
reason_code: EInvoiceAPI::Models::DocumentResponse::Allowance::reason_code?,
|
|
320
|
+
tax_code: EInvoiceAPI::Models::DocumentResponse::Allowance::tax_code,
|
|
322
321
|
tax_rate: String?
|
|
323
322
|
}
|
|
324
323
|
|
|
324
|
+
type reason_code =
|
|
325
|
+
:"41"
|
|
326
|
+
| :"42"
|
|
327
|
+
| :"60"
|
|
328
|
+
| :"62"
|
|
329
|
+
| :"63"
|
|
330
|
+
| :"64"
|
|
331
|
+
| :"65"
|
|
332
|
+
| :"66"
|
|
333
|
+
| :"67"
|
|
334
|
+
| :"68"
|
|
335
|
+
| :"70"
|
|
336
|
+
| :"71"
|
|
337
|
+
| :"88"
|
|
338
|
+
| :"95"
|
|
339
|
+
| :"100"
|
|
340
|
+
| :"102"
|
|
341
|
+
| :"103"
|
|
342
|
+
| :"104"
|
|
343
|
+
| :"105"
|
|
344
|
+
|
|
345
|
+
module ReasonCode
|
|
346
|
+
extend EInvoiceAPI::Internal::Type::Enum
|
|
347
|
+
|
|
348
|
+
REASON_CODE_41: :"41"
|
|
349
|
+
REASON_CODE_42: :"42"
|
|
350
|
+
REASON_CODE_60: :"60"
|
|
351
|
+
REASON_CODE_62: :"62"
|
|
352
|
+
REASON_CODE_63: :"63"
|
|
353
|
+
REASON_CODE_64: :"64"
|
|
354
|
+
REASON_CODE_65: :"65"
|
|
355
|
+
REASON_CODE_66: :"66"
|
|
356
|
+
REASON_CODE_67: :"67"
|
|
357
|
+
REASON_CODE_68: :"68"
|
|
358
|
+
REASON_CODE_70: :"70"
|
|
359
|
+
REASON_CODE_71: :"71"
|
|
360
|
+
REASON_CODE_88: :"88"
|
|
361
|
+
REASON_CODE_95: :"95"
|
|
362
|
+
REASON_CODE_100: :"100"
|
|
363
|
+
REASON_CODE_102: :"102"
|
|
364
|
+
REASON_CODE_103: :"103"
|
|
365
|
+
REASON_CODE_104: :"104"
|
|
366
|
+
REASON_CODE_105: :"105"
|
|
367
|
+
|
|
368
|
+
def self?.values: -> ::Array[EInvoiceAPI::Models::DocumentResponse::Allowance::reason_code]
|
|
369
|
+
end
|
|
370
|
+
|
|
325
371
|
type tax_code = :AE | :E | :S | :Z | :G | :O | :K | :L | :M | :B
|
|
326
372
|
|
|
327
373
|
module TaxCode
|
|
@@ -348,7 +394,7 @@ module EInvoiceAPI
|
|
|
348
394
|
base_amount: String?,
|
|
349
395
|
multiplier_factor: String?,
|
|
350
396
|
reason: String?,
|
|
351
|
-
reason_code:
|
|
397
|
+
reason_code: EInvoiceAPI::Models::DocumentResponse::Charge::reason_code?,
|
|
352
398
|
tax_code: EInvoiceAPI::Models::DocumentResponse::Charge::tax_code?,
|
|
353
399
|
tax_rate: String?
|
|
354
400
|
}
|
|
@@ -362,7 +408,7 @@ module EInvoiceAPI
|
|
|
362
408
|
|
|
363
409
|
attr_accessor reason: String?
|
|
364
410
|
|
|
365
|
-
attr_accessor reason_code:
|
|
411
|
+
attr_accessor reason_code: EInvoiceAPI::Models::DocumentResponse::Charge::reason_code?
|
|
366
412
|
|
|
367
413
|
attr_accessor tax_code: EInvoiceAPI::Models::DocumentResponse::Charge::tax_code?
|
|
368
414
|
|
|
@@ -373,7 +419,7 @@ module EInvoiceAPI
|
|
|
373
419
|
?base_amount: String?,
|
|
374
420
|
?multiplier_factor: String?,
|
|
375
421
|
?reason: String?,
|
|
376
|
-
?reason_code:
|
|
422
|
+
?reason_code: EInvoiceAPI::Models::DocumentResponse::Charge::reason_code?,
|
|
377
423
|
?tax_code: EInvoiceAPI::Models::DocumentResponse::Charge::tax_code?,
|
|
378
424
|
?tax_rate: String?
|
|
379
425
|
) -> void
|
|
@@ -383,11 +429,376 @@ module EInvoiceAPI
|
|
|
383
429
|
base_amount: String?,
|
|
384
430
|
multiplier_factor: String?,
|
|
385
431
|
reason: String?,
|
|
386
|
-
reason_code:
|
|
432
|
+
reason_code: EInvoiceAPI::Models::DocumentResponse::Charge::reason_code?,
|
|
387
433
|
tax_code: EInvoiceAPI::Models::DocumentResponse::Charge::tax_code?,
|
|
388
434
|
tax_rate: String?
|
|
389
435
|
}
|
|
390
436
|
|
|
437
|
+
type reason_code =
|
|
438
|
+
:AA
|
|
439
|
+
| :AAA
|
|
440
|
+
| :AAC
|
|
441
|
+
| :AAD
|
|
442
|
+
| :AAE
|
|
443
|
+
| :AAF
|
|
444
|
+
| :AAH
|
|
445
|
+
| :AAI
|
|
446
|
+
| :AAS
|
|
447
|
+
| :AAT
|
|
448
|
+
| :AAV
|
|
449
|
+
| :AAY
|
|
450
|
+
| :AAZ
|
|
451
|
+
| :ABA
|
|
452
|
+
| :ABB
|
|
453
|
+
| :ABC
|
|
454
|
+
| :ABD
|
|
455
|
+
| :ABF
|
|
456
|
+
| :ABK
|
|
457
|
+
| :ABL
|
|
458
|
+
| :ABN
|
|
459
|
+
| :ABR
|
|
460
|
+
| :ABS
|
|
461
|
+
| :ABT
|
|
462
|
+
| :ABU
|
|
463
|
+
| :ACF
|
|
464
|
+
| :ACG
|
|
465
|
+
| :ACH
|
|
466
|
+
| :ACI
|
|
467
|
+
| :ACJ
|
|
468
|
+
| :ACK
|
|
469
|
+
| :ACL
|
|
470
|
+
| :ACM
|
|
471
|
+
| :ACS
|
|
472
|
+
| :ADC
|
|
473
|
+
| :ADE
|
|
474
|
+
| :ADJ
|
|
475
|
+
| :ADK
|
|
476
|
+
| :ADL
|
|
477
|
+
| :ADM
|
|
478
|
+
| :ADN
|
|
479
|
+
| :ADO
|
|
480
|
+
| :ADP
|
|
481
|
+
| :ADQ
|
|
482
|
+
| :ADR
|
|
483
|
+
| :ADT
|
|
484
|
+
| :ADW
|
|
485
|
+
| :ADY
|
|
486
|
+
| :ADZ
|
|
487
|
+
| :AEA
|
|
488
|
+
| :AEB
|
|
489
|
+
| :AEC
|
|
490
|
+
| :AED
|
|
491
|
+
| :AEF
|
|
492
|
+
| :AEH
|
|
493
|
+
| :AEI
|
|
494
|
+
| :AEJ
|
|
495
|
+
| :AEK
|
|
496
|
+
| :AEL
|
|
497
|
+
| :AEM
|
|
498
|
+
| :AEN
|
|
499
|
+
| :AEO
|
|
500
|
+
| :AEP
|
|
501
|
+
| :AES
|
|
502
|
+
| :AET
|
|
503
|
+
| :AEU
|
|
504
|
+
| :AEV
|
|
505
|
+
| :AEW
|
|
506
|
+
| :AEX
|
|
507
|
+
| :AEY
|
|
508
|
+
| :AEZ
|
|
509
|
+
| :AJ
|
|
510
|
+
| :AU
|
|
511
|
+
| :CA
|
|
512
|
+
| :CAB
|
|
513
|
+
| :CAD
|
|
514
|
+
| :CAE
|
|
515
|
+
| :CAF
|
|
516
|
+
| :CAI
|
|
517
|
+
| :CAJ
|
|
518
|
+
| :CAK
|
|
519
|
+
| :CAL
|
|
520
|
+
| :CAM
|
|
521
|
+
| :CAN
|
|
522
|
+
| :CAO
|
|
523
|
+
| :CAP
|
|
524
|
+
| :CAQ
|
|
525
|
+
| :CAR
|
|
526
|
+
| :CAS
|
|
527
|
+
| :CAT
|
|
528
|
+
| :CAU
|
|
529
|
+
| :CAV
|
|
530
|
+
| :CAW
|
|
531
|
+
| :CAX
|
|
532
|
+
| :CAY
|
|
533
|
+
| :CAZ
|
|
534
|
+
| :CD
|
|
535
|
+
| :CG
|
|
536
|
+
| :CS
|
|
537
|
+
| :CT
|
|
538
|
+
| :DAB
|
|
539
|
+
| :DAC
|
|
540
|
+
| :DAD
|
|
541
|
+
| :DAF
|
|
542
|
+
| :DAG
|
|
543
|
+
| :DAH
|
|
544
|
+
| :DAI
|
|
545
|
+
| :DAJ
|
|
546
|
+
| :DAK
|
|
547
|
+
| :DAL
|
|
548
|
+
| :DAM
|
|
549
|
+
| :DAN
|
|
550
|
+
| :DAO
|
|
551
|
+
| :DAP
|
|
552
|
+
| :DAQ
|
|
553
|
+
| :DL
|
|
554
|
+
| :EG
|
|
555
|
+
| :EP
|
|
556
|
+
| :ER
|
|
557
|
+
| :FAA
|
|
558
|
+
| :FAB
|
|
559
|
+
| :FAC
|
|
560
|
+
| :FC
|
|
561
|
+
| :FH
|
|
562
|
+
| :FI
|
|
563
|
+
| :GAA
|
|
564
|
+
| :HAA
|
|
565
|
+
| :HD
|
|
566
|
+
| :HH
|
|
567
|
+
| :IAA
|
|
568
|
+
| :IAB
|
|
569
|
+
| :ID
|
|
570
|
+
| :IF
|
|
571
|
+
| :IR
|
|
572
|
+
| :IS
|
|
573
|
+
| :KO
|
|
574
|
+
| :L1
|
|
575
|
+
| :LA
|
|
576
|
+
| :LAA
|
|
577
|
+
| :LAB
|
|
578
|
+
| :LF
|
|
579
|
+
| :MAE
|
|
580
|
+
| :MI
|
|
581
|
+
| :ML
|
|
582
|
+
| :NAA
|
|
583
|
+
| :OA
|
|
584
|
+
| :PA
|
|
585
|
+
| :PAA
|
|
586
|
+
| :PC
|
|
587
|
+
| :PL
|
|
588
|
+
| :PRV
|
|
589
|
+
| :RAB
|
|
590
|
+
| :RAC
|
|
591
|
+
| :RAD
|
|
592
|
+
| :RAF
|
|
593
|
+
| :RE
|
|
594
|
+
| :RF
|
|
595
|
+
| :RH
|
|
596
|
+
| :RV
|
|
597
|
+
| :SA
|
|
598
|
+
| :SAA
|
|
599
|
+
| :SAD
|
|
600
|
+
| :SAE
|
|
601
|
+
| :SAI
|
|
602
|
+
| :SG
|
|
603
|
+
| :SH
|
|
604
|
+
| :SM
|
|
605
|
+
| :SU
|
|
606
|
+
| :TAB
|
|
607
|
+
| :TAC
|
|
608
|
+
| :TT
|
|
609
|
+
| :TV
|
|
610
|
+
| :V1
|
|
611
|
+
| :V2
|
|
612
|
+
| :WH
|
|
613
|
+
| :XAA
|
|
614
|
+
| :YY
|
|
615
|
+
| :ZZZ
|
|
616
|
+
|
|
617
|
+
module ReasonCode
|
|
618
|
+
extend EInvoiceAPI::Internal::Type::Enum
|
|
619
|
+
|
|
620
|
+
AA: :AA
|
|
621
|
+
AAA: :AAA
|
|
622
|
+
AAC: :AAC
|
|
623
|
+
AAD: :AAD
|
|
624
|
+
AAE: :AAE
|
|
625
|
+
AAF: :AAF
|
|
626
|
+
AAH: :AAH
|
|
627
|
+
AAI: :AAI
|
|
628
|
+
AAS: :AAS
|
|
629
|
+
AAT: :AAT
|
|
630
|
+
AAV: :AAV
|
|
631
|
+
AAY: :AAY
|
|
632
|
+
AAZ: :AAZ
|
|
633
|
+
ABA: :ABA
|
|
634
|
+
ABB: :ABB
|
|
635
|
+
ABC: :ABC
|
|
636
|
+
ABD: :ABD
|
|
637
|
+
ABF: :ABF
|
|
638
|
+
ABK: :ABK
|
|
639
|
+
ABL: :ABL
|
|
640
|
+
ABN: :ABN
|
|
641
|
+
ABR: :ABR
|
|
642
|
+
ABS: :ABS
|
|
643
|
+
ABT: :ABT
|
|
644
|
+
ABU: :ABU
|
|
645
|
+
ACF: :ACF
|
|
646
|
+
ACG: :ACG
|
|
647
|
+
ACH: :ACH
|
|
648
|
+
ACI: :ACI
|
|
649
|
+
ACJ: :ACJ
|
|
650
|
+
ACK: :ACK
|
|
651
|
+
ACL: :ACL
|
|
652
|
+
ACM: :ACM
|
|
653
|
+
ACS: :ACS
|
|
654
|
+
ADC: :ADC
|
|
655
|
+
ADE: :ADE
|
|
656
|
+
ADJ: :ADJ
|
|
657
|
+
ADK: :ADK
|
|
658
|
+
ADL: :ADL
|
|
659
|
+
ADM: :ADM
|
|
660
|
+
ADN: :ADN
|
|
661
|
+
ADO: :ADO
|
|
662
|
+
ADP: :ADP
|
|
663
|
+
ADQ: :ADQ
|
|
664
|
+
ADR: :ADR
|
|
665
|
+
ADT: :ADT
|
|
666
|
+
ADW: :ADW
|
|
667
|
+
ADY: :ADY
|
|
668
|
+
ADZ: :ADZ
|
|
669
|
+
AEA: :AEA
|
|
670
|
+
AEB: :AEB
|
|
671
|
+
AEC: :AEC
|
|
672
|
+
AED: :AED
|
|
673
|
+
AEF: :AEF
|
|
674
|
+
AEH: :AEH
|
|
675
|
+
AEI: :AEI
|
|
676
|
+
AEJ: :AEJ
|
|
677
|
+
AEK: :AEK
|
|
678
|
+
AEL: :AEL
|
|
679
|
+
AEM: :AEM
|
|
680
|
+
AEN: :AEN
|
|
681
|
+
AEO: :AEO
|
|
682
|
+
AEP: :AEP
|
|
683
|
+
AES: :AES
|
|
684
|
+
AET: :AET
|
|
685
|
+
AEU: :AEU
|
|
686
|
+
AEV: :AEV
|
|
687
|
+
AEW: :AEW
|
|
688
|
+
AEX: :AEX
|
|
689
|
+
AEY: :AEY
|
|
690
|
+
AEZ: :AEZ
|
|
691
|
+
AJ: :AJ
|
|
692
|
+
AU: :AU
|
|
693
|
+
CA: :CA
|
|
694
|
+
CAB: :CAB
|
|
695
|
+
CAD: :CAD
|
|
696
|
+
CAE: :CAE
|
|
697
|
+
CAF: :CAF
|
|
698
|
+
CAI: :CAI
|
|
699
|
+
CAJ: :CAJ
|
|
700
|
+
CAK: :CAK
|
|
701
|
+
CAL: :CAL
|
|
702
|
+
CAM: :CAM
|
|
703
|
+
CAN: :CAN
|
|
704
|
+
CAO: :CAO
|
|
705
|
+
CAP: :CAP
|
|
706
|
+
CAQ: :CAQ
|
|
707
|
+
CAR: :CAR
|
|
708
|
+
CAS: :CAS
|
|
709
|
+
CAT: :CAT
|
|
710
|
+
CAU: :CAU
|
|
711
|
+
CAV: :CAV
|
|
712
|
+
CAW: :CAW
|
|
713
|
+
CAX: :CAX
|
|
714
|
+
CAY: :CAY
|
|
715
|
+
CAZ: :CAZ
|
|
716
|
+
CD: :CD
|
|
717
|
+
CG: :CG
|
|
718
|
+
CS: :CS
|
|
719
|
+
CT: :CT
|
|
720
|
+
DAB: :DAB
|
|
721
|
+
DAC: :DAC
|
|
722
|
+
DAD: :DAD
|
|
723
|
+
DAF: :DAF
|
|
724
|
+
DAG: :DAG
|
|
725
|
+
DAH: :DAH
|
|
726
|
+
DAI: :DAI
|
|
727
|
+
DAJ: :DAJ
|
|
728
|
+
DAK: :DAK
|
|
729
|
+
DAL: :DAL
|
|
730
|
+
DAM: :DAM
|
|
731
|
+
DAN: :DAN
|
|
732
|
+
DAO: :DAO
|
|
733
|
+
DAP: :DAP
|
|
734
|
+
DAQ: :DAQ
|
|
735
|
+
DL: :DL
|
|
736
|
+
EG: :EG
|
|
737
|
+
EP: :EP
|
|
738
|
+
ER: :ER
|
|
739
|
+
FAA: :FAA
|
|
740
|
+
FAB: :FAB
|
|
741
|
+
FAC: :FAC
|
|
742
|
+
FC: :FC
|
|
743
|
+
FH: :FH
|
|
744
|
+
FI: :FI
|
|
745
|
+
GAA: :GAA
|
|
746
|
+
HAA: :HAA
|
|
747
|
+
HD: :HD
|
|
748
|
+
HH: :HH
|
|
749
|
+
IAA: :IAA
|
|
750
|
+
IAB: :IAB
|
|
751
|
+
ID: :ID
|
|
752
|
+
IF: :IF
|
|
753
|
+
IR: :IR
|
|
754
|
+
IS: :IS
|
|
755
|
+
KO: :KO
|
|
756
|
+
L1: :L1
|
|
757
|
+
LA: :LA
|
|
758
|
+
LAA: :LAA
|
|
759
|
+
LAB: :LAB
|
|
760
|
+
LF: :LF
|
|
761
|
+
MAE: :MAE
|
|
762
|
+
MI: :MI
|
|
763
|
+
ML: :ML
|
|
764
|
+
NAA: :NAA
|
|
765
|
+
OA: :OA
|
|
766
|
+
PA: :PA
|
|
767
|
+
PAA: :PAA
|
|
768
|
+
PC: :PC
|
|
769
|
+
PL: :PL
|
|
770
|
+
PRV: :PRV
|
|
771
|
+
RAB: :RAB
|
|
772
|
+
RAC: :RAC
|
|
773
|
+
RAD: :RAD
|
|
774
|
+
RAF: :RAF
|
|
775
|
+
RE: :RE
|
|
776
|
+
RF: :RF
|
|
777
|
+
RH: :RH
|
|
778
|
+
RV: :RV
|
|
779
|
+
SA: :SA
|
|
780
|
+
SAA: :SAA
|
|
781
|
+
SAD: :SAD
|
|
782
|
+
SAE: :SAE
|
|
783
|
+
SAI: :SAI
|
|
784
|
+
SG: :SG
|
|
785
|
+
SH: :SH
|
|
786
|
+
SM: :SM
|
|
787
|
+
SU: :SU
|
|
788
|
+
TAB: :TAB
|
|
789
|
+
TAC: :TAC
|
|
790
|
+
TT: :TT
|
|
791
|
+
TV: :TV
|
|
792
|
+
V1: :V1
|
|
793
|
+
V2: :V2
|
|
794
|
+
WH: :WH
|
|
795
|
+
XAA: :XAA
|
|
796
|
+
YY: :YY
|
|
797
|
+
ZZZ: :ZZZ
|
|
798
|
+
|
|
799
|
+
def self?.values: -> ::Array[EInvoiceAPI::Models::DocumentResponse::Charge::reason_code]
|
|
800
|
+
end
|
|
801
|
+
|
|
391
802
|
type tax_code = :AE | :E | :S | :Z | :G | :O | :K | :L | :M | :B
|
|
392
803
|
|
|
393
804
|
module TaxCode
|
|
@@ -1032,6 +1032,7 @@ module EInvoiceAPI
|
|
|
1032
1032
|
| :NAR
|
|
1033
1033
|
| :C62
|
|
1034
1034
|
| :LTR
|
|
1035
|
+
| :H87
|
|
1035
1036
|
|
|
1036
1037
|
module UnitOfMeasureCode
|
|
1037
1038
|
extend EInvoiceAPI::Internal::Type::Enum
|
|
@@ -2067,6 +2068,7 @@ module EInvoiceAPI
|
|
|
2067
2068
|
NAR: :NAR
|
|
2068
2069
|
C62: :C62
|
|
2069
2070
|
LTR: :LTR
|
|
2071
|
+
H87: :H87
|
|
2070
2072
|
|
|
2071
2073
|
def self?.values: -> ::Array[EInvoiceAPI::Models::unit_of_measure_code]
|
|
2072
2074
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e-invoice-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- e-invoice
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|