@flowio/api-internal-prop-types 9.24.71 → 9.24.72
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.
- package/lib/api-internal.d.ts +9504 -6610
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +9504 -6610
- package/src/api-internal.js +3491 -318
package/src/api-internal.js
CHANGED
|
@@ -401,16 +401,21 @@ T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
|
|
|
401
401
|
|
|
402
402
|
T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl']);
|
|
403
403
|
|
|
404
|
+
T['io.flow.billing.v0.models.transaction_metadata_trueup_original_transaction'] = PropTypes.exact({
|
|
405
|
+
id: PropTypes.string.isRequired,
|
|
406
|
+
});
|
|
407
|
+
|
|
404
408
|
T['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata_issuer_summary'] = PropTypes.exact({
|
|
405
409
|
iin: PropTypes.string.isRequired,
|
|
406
410
|
country: PropTypes.string.isRequired,
|
|
407
411
|
});
|
|
408
412
|
|
|
409
|
-
T['io.flow.billing.v0.models.
|
|
410
|
-
|
|
413
|
+
T['io.flow.billing.v0.models.settlement_no_payout'] = PropTypes.exact({
|
|
414
|
+
discriminator: PropTypes.oneOf(['no_payout']).isRequired,
|
|
415
|
+
placeholder: PropTypes.string,
|
|
411
416
|
});
|
|
412
417
|
|
|
413
|
-
T['io.flow.billing.v0.enums.
|
|
418
|
+
T['io.flow.billing.v0.enums.pending_payout_transaction_reason_code'] = PropTypes.oneOf([
|
|
414
419
|
'waiting_for_full_refund',
|
|
415
420
|
'waiting_for_fulfillment',
|
|
416
421
|
'waiting_for_in_transit',
|
|
@@ -419,31 +424,25 @@ T['io.flow.billing.v0.enums.transaction_payout_pending_reason'] = PropTypes.oneO
|
|
|
419
424
|
'waiting_for_positive_account_balance',
|
|
420
425
|
]);
|
|
421
426
|
|
|
422
|
-
T['io.flow.billing.v0.models.
|
|
423
|
-
|
|
424
|
-
reason: T['io.flow.billing.v0.enums.transaction_payout_pending_reason'].isRequired,
|
|
425
|
-
reason_set_at: PropTypes.string.isRequired,
|
|
426
|
-
});
|
|
427
|
-
|
|
428
|
-
T['io.flow.billing.v0.models.transaction_reference'] = PropTypes.exact({
|
|
429
|
-
id: PropTypes.string.isRequired,
|
|
427
|
+
T['io.flow.billing.v0.models.pending_payout_transaction_timeout'] = PropTypes.exact({
|
|
428
|
+
created_at: PropTypes.string.isRequired,
|
|
430
429
|
});
|
|
431
430
|
|
|
432
|
-
T['io.flow.billing.v0.models.
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
payout: T['io.flow.billing.v0.models.payout_reference'],
|
|
431
|
+
T['io.flow.billing.v0.models.pending_payout_transaction_reason'] = PropTypes.exact({
|
|
432
|
+
code: T['io.flow.billing.v0.enums.pending_payout_transaction_reason_code'].isRequired,
|
|
433
|
+
created_at: PropTypes.string.isRequired,
|
|
436
434
|
});
|
|
437
435
|
|
|
438
|
-
T['io.flow.billing.v0.models.
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
436
|
+
T['io.flow.billing.v0.models.organization_pending_payout_transaction'] = PropTypes.exact({
|
|
437
|
+
id: PropTypes.string.isRequired,
|
|
438
|
+
reason: T['io.flow.billing.v0.models.pending_payout_transaction_reason'].isRequired,
|
|
439
|
+
timeout: T['io.flow.billing.v0.models.pending_payout_transaction_timeout'],
|
|
442
440
|
});
|
|
443
441
|
|
|
444
|
-
T['io.flow.billing.v0.models.
|
|
445
|
-
|
|
446
|
-
|
|
442
|
+
T['io.flow.billing.v0.models.channel_pending_payout_transaction'] = PropTypes.exact({
|
|
443
|
+
id: PropTypes.string.isRequired,
|
|
444
|
+
reason: T['io.flow.billing.v0.models.pending_payout_transaction_reason'].isRequired,
|
|
445
|
+
timeout: T['io.flow.billing.v0.models.pending_payout_transaction_timeout'],
|
|
447
446
|
});
|
|
448
447
|
|
|
449
448
|
T['io.flow.billing.v0.enums.payout_attachment_type'] = PropTypes.oneOf(['transactions']);
|
|
@@ -471,10 +470,6 @@ T['io.flow.billing.v0.models.channel_default_bank_account'] = PropTypes.exact({
|
|
|
471
470
|
bank_account: T['io.flow.billing.v0.models.bank_account_reference'].isRequired,
|
|
472
471
|
});
|
|
473
472
|
|
|
474
|
-
T['io.flow.billing.v0.models.billing_channel_organization_summary'] = PropTypes.exact({
|
|
475
|
-
id: PropTypes.string.isRequired,
|
|
476
|
-
});
|
|
477
|
-
|
|
478
473
|
T['io.flow.billing.v0.enums.statement_attachment_type'] = PropTypes.oneOf(['csv']);
|
|
479
474
|
|
|
480
475
|
T['io.flow.billing.v0.models.attachment'] = PropTypes.exact({
|
|
@@ -482,6 +477,378 @@ T['io.flow.billing.v0.models.attachment'] = PropTypes.exact({
|
|
|
482
477
|
url: PropTypes.string.isRequired,
|
|
483
478
|
});
|
|
484
479
|
|
|
480
|
+
T['io.flow.billing.internal.v0.models.spot_rate_metadata_rate'] = PropTypes.exact({
|
|
481
|
+
discriminator: PropTypes.oneOf(['spot_rate_metadata_rate']).isRequired,
|
|
482
|
+
id: PropTypes.string.isRequired,
|
|
483
|
+
base: PropTypes.string.isRequired,
|
|
484
|
+
target: PropTypes.string.isRequired,
|
|
485
|
+
value: PropTypes.number.isRequired,
|
|
486
|
+
journal_id: PropTypes.string,
|
|
487
|
+
effective_at: PropTypes.string.isRequired,
|
|
488
|
+
timestamp: PropTypes.string,
|
|
489
|
+
});
|
|
490
|
+
|
|
491
|
+
T['io.flow.billing.internal.v0.models.spot_rate_metadata_identity'] = PropTypes.exact({
|
|
492
|
+
discriminator: PropTypes.oneOf(['spot_rate_metadata_identity']).isRequired,
|
|
493
|
+
currency: PropTypes.string.isRequired,
|
|
494
|
+
});
|
|
495
|
+
|
|
496
|
+
T['io.flow.billing.internal.v0.unions.spot_rate_metadata'] = PropTypes.oneOfType([
|
|
497
|
+
T['io.flow.billing.internal.v0.models.spot_rate_metadata_identity'],
|
|
498
|
+
T['io.flow.billing.internal.v0.models.spot_rate_metadata_rate'],
|
|
499
|
+
]);
|
|
500
|
+
|
|
501
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_order_cancellation'] = PropTypes.exact({
|
|
502
|
+
discriminator: PropTypes.oneOf(['order_cancellation']).isRequired,
|
|
503
|
+
order_cancellation_id: PropTypes.string.isRequired,
|
|
504
|
+
});
|
|
505
|
+
|
|
506
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_shipping_notification'] = PropTypes.exact({
|
|
507
|
+
discriminator: PropTypes.oneOf(['shipping_notification']).isRequired,
|
|
508
|
+
shipping_notification_id: PropTypes.string.isRequired,
|
|
509
|
+
});
|
|
510
|
+
|
|
511
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_externally_fulfilled'] = PropTypes.exact({
|
|
512
|
+
discriminator: PropTypes.oneOf(['external']).isRequired,
|
|
513
|
+
external_fulfillment_proof_id: PropTypes.string.isRequired,
|
|
514
|
+
});
|
|
515
|
+
|
|
516
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_fulfilled'] = PropTypes.exact({
|
|
517
|
+
discriminator: PropTypes.oneOf(['fulfilled']).isRequired,
|
|
518
|
+
label_tracking_summary_id: PropTypes.string.isRequired,
|
|
519
|
+
});
|
|
520
|
+
|
|
521
|
+
T['io.flow.billing.internal.v0.unions.proof_of_posting'] = PropTypes.oneOfType([
|
|
522
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_fulfilled'],
|
|
523
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_externally_fulfilled'],
|
|
524
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_shipping_notification'],
|
|
525
|
+
T['io.flow.billing.internal.v0.models.proof_of_posting_order_cancellation'],
|
|
526
|
+
]);
|
|
527
|
+
|
|
528
|
+
T['io.flow.billing.internal.v0.models.channel_rate_metadata_rate'] = PropTypes.exact({
|
|
529
|
+
discriminator: PropTypes.oneOf(['channel_rate_metadata_rate']).isRequired,
|
|
530
|
+
id: PropTypes.string.isRequired,
|
|
531
|
+
base: PropTypes.string.isRequired,
|
|
532
|
+
target: PropTypes.string.isRequired,
|
|
533
|
+
spot_rate: PropTypes.number.isRequired,
|
|
534
|
+
flow_margin: PropTypes.number.isRequired,
|
|
535
|
+
flow_rate: PropTypes.number.isRequired,
|
|
536
|
+
journal_id: PropTypes.string,
|
|
537
|
+
effective_at: PropTypes.string.isRequired,
|
|
538
|
+
timestamp: PropTypes.string,
|
|
539
|
+
});
|
|
540
|
+
|
|
541
|
+
T['io.flow.billing.internal.v0.models.channel_rate_metadata_identity'] = PropTypes.exact({
|
|
542
|
+
discriminator: PropTypes.oneOf(['channel_rate_metadata_identity']).isRequired,
|
|
543
|
+
currency: PropTypes.string.isRequired,
|
|
544
|
+
});
|
|
545
|
+
|
|
546
|
+
T['io.flow.billing.internal.v0.unions.channel_rate_metadata'] = PropTypes.oneOfType([
|
|
547
|
+
T['io.flow.billing.internal.v0.models.channel_rate_metadata_identity'],
|
|
548
|
+
T['io.flow.billing.internal.v0.models.channel_rate_metadata_rate'],
|
|
549
|
+
]);
|
|
550
|
+
|
|
551
|
+
T['io.flow.billing.internal.v0.enums.adjustment_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal']);
|
|
552
|
+
|
|
553
|
+
T['io.flow.billing.internal.v0.models.billing_invoice_summary'] = PropTypes.exact({
|
|
554
|
+
id: PropTypes.string.isRequired,
|
|
555
|
+
url: PropTypes.string.isRequired,
|
|
556
|
+
});
|
|
557
|
+
|
|
558
|
+
T['io.flow.billing.internal.v0.models.platform_fee_percentage_tier'] = PropTypes.exact({
|
|
559
|
+
minimum_amount_base: PropTypes.number.isRequired,
|
|
560
|
+
rate: PropTypes.number.isRequired,
|
|
561
|
+
});
|
|
562
|
+
|
|
563
|
+
T['io.flow.billing.internal.v0.enums.subscription_frequency'] = PropTypes.oneOf(['yearly', 'monthly']);
|
|
564
|
+
|
|
565
|
+
T['io.flow.billing.internal.v0.models.platform_fee_disabled'] = PropTypes.exact({
|
|
566
|
+
discriminator: PropTypes.oneOf(['platform_fee_disabled']).isRequired,
|
|
567
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
568
|
+
});
|
|
569
|
+
|
|
570
|
+
T['io.flow.billing.internal.v0.models.platform_fee_percentage'] = PropTypes.exact({
|
|
571
|
+
discriminator: PropTypes.oneOf(['platform_fee_percentage']).isRequired,
|
|
572
|
+
tiers: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.platform_fee_percentage_tier']).isRequired,
|
|
573
|
+
});
|
|
574
|
+
|
|
575
|
+
T['io.flow.billing.internal.v0.models.platform_fee_flat'] = PropTypes.exact({
|
|
576
|
+
discriminator: PropTypes.oneOf(['platform_fee_flat']).isRequired,
|
|
577
|
+
amount: PropTypes.number.isRequired,
|
|
578
|
+
currency: PropTypes.string.isRequired,
|
|
579
|
+
frequency: T['io.flow.billing.internal.v0.enums.subscription_frequency'].isRequired,
|
|
580
|
+
});
|
|
581
|
+
|
|
582
|
+
T['io.flow.billing.internal.v0.models.platform_fee_pause'] = PropTypes.exact({
|
|
583
|
+
discriminator: PropTypes.oneOf(['platform_fee_pause']).isRequired,
|
|
584
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
585
|
+
});
|
|
586
|
+
|
|
587
|
+
T['io.flow.billing.internal.v0.unions.platform_fee'] = PropTypes.oneOfType([
|
|
588
|
+
T['io.flow.billing.internal.v0.models.platform_fee_pause'],
|
|
589
|
+
T['io.flow.billing.internal.v0.models.platform_fee_flat'],
|
|
590
|
+
T['io.flow.billing.internal.v0.models.platform_fee_percentage'],
|
|
591
|
+
T['io.flow.billing.internal.v0.models.platform_fee_disabled'],
|
|
592
|
+
]);
|
|
593
|
+
|
|
594
|
+
T['io.flow.billing.internal.v0.models.platform_fee_change_form'] = PropTypes.exact({
|
|
595
|
+
platform_fee: T['io.flow.billing.internal.v0.unions.platform_fee'].isRequired,
|
|
596
|
+
starts_at: PropTypes.string.isRequired,
|
|
597
|
+
});
|
|
598
|
+
|
|
599
|
+
T['io.flow.billing.internal.v0.models.platform_fee_change'] = PropTypes.exact({
|
|
600
|
+
organization_id: PropTypes.string.isRequired,
|
|
601
|
+
key: PropTypes.string.isRequired,
|
|
602
|
+
platform_fee: T['io.flow.billing.internal.v0.unions.platform_fee'].isRequired,
|
|
603
|
+
starts_at: PropTypes.string.isRequired,
|
|
604
|
+
});
|
|
605
|
+
|
|
606
|
+
T['io.flow.billing.internal.v0.enums.order_cancellation_initiated_by'] = PropTypes.oneOf(['flow', 'organization']);
|
|
607
|
+
|
|
608
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_return_to_sender'] = PropTypes.exact({
|
|
609
|
+
discriminator: PropTypes.oneOf(['return_to_sender']).isRequired,
|
|
610
|
+
initiated_by: T['io.flow.billing.internal.v0.enums.order_cancellation_initiated_by'].isRequired,
|
|
611
|
+
});
|
|
612
|
+
|
|
613
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_fully_refunded_not_fulfilled'] = PropTypes.exact({
|
|
614
|
+
discriminator: PropTypes.oneOf(['fully_refunded_not_fulfilled']).isRequired,
|
|
615
|
+
placeholder: PropTypes.string,
|
|
616
|
+
});
|
|
617
|
+
|
|
618
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_manual'] = PropTypes.exact({
|
|
619
|
+
discriminator: PropTypes.oneOf(['manual']).isRequired,
|
|
620
|
+
description: PropTypes.string.isRequired,
|
|
621
|
+
});
|
|
622
|
+
|
|
623
|
+
T['io.flow.billing.internal.v0.unions.order_cancellation_evidence'] = PropTypes.oneOfType([
|
|
624
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_manual'],
|
|
625
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_fully_refunded_not_fulfilled'],
|
|
626
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_evidence_return_to_sender'],
|
|
627
|
+
]);
|
|
628
|
+
|
|
629
|
+
T['io.flow.billing.internal.v0.models.order_cancellation_form'] = PropTypes.exact({
|
|
630
|
+
evidence: T['io.flow.billing.internal.v0.unions.order_cancellation_evidence'].isRequired,
|
|
631
|
+
});
|
|
632
|
+
|
|
633
|
+
T['io.flow.billing.internal.v0.models.manual_transaction_form_order'] = PropTypes.exact({
|
|
634
|
+
organization_id: PropTypes.string.isRequired,
|
|
635
|
+
number: PropTypes.string.isRequired,
|
|
636
|
+
});
|
|
637
|
+
|
|
638
|
+
T['io.flow.billing.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
|
|
639
|
+
'cancelled_order_refund',
|
|
640
|
+
'channel_partner_initiated',
|
|
641
|
+
'client_accepted_chargeback',
|
|
642
|
+
'fee_reimbursement',
|
|
643
|
+
'partial_refund',
|
|
644
|
+
'platform_fee',
|
|
645
|
+
'shipping_true_up',
|
|
646
|
+
'tax_credit',
|
|
647
|
+
]);
|
|
648
|
+
|
|
649
|
+
T['io.flow.billing.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
650
|
+
amount: PropTypes.number.isRequired,
|
|
651
|
+
currency: PropTypes.string,
|
|
652
|
+
description: PropTypes.string.isRequired,
|
|
653
|
+
category: T['io.flow.billing.internal.v0.enums.manual_transaction_category'],
|
|
654
|
+
posted_at: PropTypes.string,
|
|
655
|
+
order: T['io.flow.billing.internal.v0.models.manual_transaction_form_order'],
|
|
656
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
657
|
+
});
|
|
658
|
+
|
|
659
|
+
T['io.flow.billing.internal.v0.models.billing_label_tracking_summary_reference'] = PropTypes.exact({
|
|
660
|
+
id: PropTypes.string.isRequired,
|
|
661
|
+
});
|
|
662
|
+
|
|
663
|
+
T['io.flow.billing.internal.v0.models.billing_label_summary'] = PropTypes.exact({
|
|
664
|
+
id: PropTypes.string.isRequired,
|
|
665
|
+
flow_tracking_number: PropTypes.string.isRequired,
|
|
666
|
+
carrier_id: PropTypes.string.isRequired,
|
|
667
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
668
|
+
});
|
|
669
|
+
|
|
670
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_account_rate'] = PropTypes.exact({
|
|
671
|
+
value: PropTypes.number.isRequired,
|
|
672
|
+
});
|
|
673
|
+
|
|
674
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_order'] = PropTypes.exact({
|
|
675
|
+
number: PropTypes.string.isRequired,
|
|
676
|
+
submitted_at: PropTypes.string.isRequired,
|
|
677
|
+
});
|
|
678
|
+
|
|
679
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_rate'] = PropTypes.exact({
|
|
680
|
+
value: PropTypes.number.isRequired,
|
|
681
|
+
margin: PropTypes.number.isRequired,
|
|
682
|
+
timestamp: PropTypes.string.isRequired,
|
|
683
|
+
});
|
|
684
|
+
|
|
685
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_organization'] = PropTypes.exact({
|
|
686
|
+
id: PropTypes.string.isRequired,
|
|
687
|
+
});
|
|
688
|
+
|
|
689
|
+
T['io.flow.billing.internal.v0.models.finance_bank_account_owner'] = PropTypes.exact({
|
|
690
|
+
name: PropTypes.string.isRequired,
|
|
691
|
+
});
|
|
692
|
+
|
|
693
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking_form'] = PropTypes.exact({
|
|
694
|
+
carrier_id: PropTypes.string,
|
|
695
|
+
service_id: PropTypes.string,
|
|
696
|
+
carrier_tracking_number: PropTypes.string,
|
|
697
|
+
fulfilled_via_replacement_order: PropTypes.bool,
|
|
698
|
+
});
|
|
699
|
+
|
|
700
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking'] = PropTypes.exact({
|
|
701
|
+
carrier_id: PropTypes.string,
|
|
702
|
+
service_id: PropTypes.string,
|
|
703
|
+
carrier_tracking_number: PropTypes.string,
|
|
704
|
+
fulfilled_via_replacement_order: PropTypes.bool,
|
|
705
|
+
});
|
|
706
|
+
|
|
707
|
+
T['io.flow.billing.internal.v0.models.transaction_reference'] = PropTypes.exact({
|
|
708
|
+
id: PropTypes.string.isRequired,
|
|
709
|
+
});
|
|
710
|
+
|
|
711
|
+
T['io.flow.billing.internal.v0.models.channel_billed_transaction_reference'] = PropTypes.exact({
|
|
712
|
+
id: PropTypes.string.isRequired,
|
|
713
|
+
});
|
|
714
|
+
|
|
715
|
+
T['io.flow.billing.internal.v0.models.channel_billed_transaction_pair'] = PropTypes.exact({
|
|
716
|
+
id: PropTypes.string.isRequired,
|
|
717
|
+
key: PropTypes.string.isRequired,
|
|
718
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
719
|
+
organization_transaction: T['io.flow.billing.internal.v0.models.channel_billed_transaction_reference'].isRequired,
|
|
720
|
+
channel_transaction: T['io.flow.billing.internal.v0.models.channel_billed_transaction_reference'].isRequired,
|
|
721
|
+
});
|
|
722
|
+
|
|
723
|
+
T['io.flow.billing.internal.v0.models.bank_account_reference'] = PropTypes.exact({
|
|
724
|
+
id: PropTypes.string.isRequired,
|
|
725
|
+
});
|
|
726
|
+
|
|
727
|
+
T['io.flow.billing.internal.v0.models.account_deposit_rule'] = PropTypes.exact({
|
|
728
|
+
target: PropTypes.number.isRequired,
|
|
729
|
+
rate: PropTypes.number.isRequired,
|
|
730
|
+
});
|
|
731
|
+
|
|
732
|
+
T['io.flow.billing.internal.v0.models.account_origin'] = PropTypes.exact({
|
|
733
|
+
country: PropTypes.string.isRequired,
|
|
734
|
+
});
|
|
735
|
+
|
|
736
|
+
T['io.flow.billing.internal.v0.enums.billing_transaction_status'] = PropTypes.oneOf(['pending', 'pending_proof', 'posted']);
|
|
737
|
+
|
|
738
|
+
T['io.flow.billing.internal.v0.models.billing_statement_reference'] = PropTypes.exact({
|
|
739
|
+
id: PropTypes.string.isRequired,
|
|
740
|
+
});
|
|
741
|
+
|
|
742
|
+
T['io.flow.billing.internal.v0.models.transaction_statement'] = PropTypes.exact({
|
|
743
|
+
id: PropTypes.string.isRequired,
|
|
744
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'].isRequired,
|
|
745
|
+
});
|
|
746
|
+
|
|
747
|
+
T['io.flow.billing.internal.v0.models.pending_bank_payment_detail'] = PropTypes.exact({
|
|
748
|
+
transaction: T['io.flow.billing.internal.v0.models.transaction_reference'].isRequired,
|
|
749
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'].isRequired,
|
|
750
|
+
});
|
|
751
|
+
|
|
752
|
+
T['io.flow.billing.internal.v0.models.explicit_statement'] = PropTypes.exact({
|
|
753
|
+
id: PropTypes.string.isRequired,
|
|
754
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'].isRequired,
|
|
755
|
+
reason: PropTypes.string.isRequired,
|
|
756
|
+
});
|
|
757
|
+
|
|
758
|
+
T['io.flow.billing.internal.v0.models.billing_statement_batch_reference'] = PropTypes.exact({
|
|
759
|
+
id: PropTypes.string.isRequired,
|
|
760
|
+
});
|
|
761
|
+
|
|
762
|
+
T['io.flow.billing.internal.v0.models.billing_statement_batch_statement'] = PropTypes.exact({
|
|
763
|
+
id: PropTypes.string.isRequired,
|
|
764
|
+
batch: T['io.flow.billing.internal.v0.models.billing_statement_batch_reference'].isRequired,
|
|
765
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'].isRequired,
|
|
766
|
+
});
|
|
767
|
+
|
|
768
|
+
T['io.flow.billing.internal.v0.enums.billing_statement_attachment_key'] = PropTypes.oneOf([
|
|
769
|
+
'invoice',
|
|
770
|
+
'statement',
|
|
771
|
+
'consumer_invoice',
|
|
772
|
+
'credit_memo',
|
|
773
|
+
'channel_billed',
|
|
774
|
+
'transactions',
|
|
775
|
+
'virtual_card',
|
|
776
|
+
'tax_remittance',
|
|
777
|
+
'manual',
|
|
778
|
+
'orders',
|
|
779
|
+
'label',
|
|
780
|
+
'order_service',
|
|
781
|
+
'tax',
|
|
782
|
+
'duty',
|
|
783
|
+
'trueup',
|
|
784
|
+
'all',
|
|
785
|
+
]);
|
|
786
|
+
|
|
787
|
+
T['io.flow.billing.internal.v0.models.standalone_attachment'] = PropTypes.exact({
|
|
788
|
+
id: PropTypes.string.isRequired,
|
|
789
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'].isRequired,
|
|
790
|
+
key: T['io.flow.billing.internal.v0.enums.billing_statement_attachment_key'].isRequired,
|
|
791
|
+
name: PropTypes.string.isRequired,
|
|
792
|
+
url: PropTypes.string.isRequired,
|
|
793
|
+
});
|
|
794
|
+
|
|
795
|
+
T['io.flow.billing.internal.v0.models.billing_statement_attachment'] = PropTypes.exact({
|
|
796
|
+
key: T['io.flow.billing.internal.v0.enums.billing_statement_attachment_key'].isRequired,
|
|
797
|
+
name: PropTypes.string.isRequired,
|
|
798
|
+
url: PropTypes.string.isRequired,
|
|
799
|
+
});
|
|
800
|
+
|
|
801
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_percentage'] = PropTypes.exact({
|
|
802
|
+
discriminator: PropTypes.oneOf(['percentage']).isRequired,
|
|
803
|
+
percentage: PropTypes.number.isRequired,
|
|
804
|
+
});
|
|
805
|
+
|
|
806
|
+
T['io.flow.billing.internal.v0.enums.account_setting_liabilities_method'] = PropTypes.oneOf(['withholding', 'transaction']);
|
|
807
|
+
T['io.flow.billing.internal.v0.enums.fees_source'] = PropTypes.oneOf(['settings', 'authorization_bundle']);
|
|
808
|
+
T['io.flow.billing.internal.v0.enums.statement_transfer_transaction_location'] = PropTypes.oneOf(['transactions_file', 'summary']);
|
|
809
|
+
T['io.flow.billing.internal.v0.enums.transaction_posting_method'] = PropTypes.oneOf(['time', 'proof']);
|
|
810
|
+
T['io.flow.billing.internal.v0.enums.transfer_method'] = PropTypes.oneOf(['ach']);
|
|
811
|
+
|
|
812
|
+
T['io.flow.billing.internal.v0.models.tiered_fee_tier'] = PropTypes.exact({
|
|
813
|
+
count: PropTypes.number.isRequired,
|
|
814
|
+
amount: PropTypes.number.isRequired,
|
|
815
|
+
});
|
|
816
|
+
|
|
817
|
+
T['io.flow.billing.internal.v0.models.tiered_fee'] = PropTypes.exact({
|
|
818
|
+
currency: PropTypes.string.isRequired,
|
|
819
|
+
tiers: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.tiered_fee_tier']).isRequired,
|
|
820
|
+
});
|
|
821
|
+
|
|
822
|
+
T['io.flow.billing.internal.v0.models.account_setting_label_fees'] = PropTypes.exact({
|
|
823
|
+
flow: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
824
|
+
organization: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
825
|
+
revenue_share: PropTypes.number,
|
|
826
|
+
});
|
|
827
|
+
|
|
828
|
+
T['io.flow.billing.internal.v0.models.account_processing_rate_form'] = PropTypes.exact({
|
|
829
|
+
query: PropTypes.string.isRequired,
|
|
830
|
+
capture: PropTypes.number.isRequired,
|
|
831
|
+
refund: PropTypes.number.isRequired,
|
|
832
|
+
fraud: PropTypes.number.isRequired,
|
|
833
|
+
});
|
|
834
|
+
|
|
835
|
+
T['io.flow.billing.internal.v0.models.account_processing_rates_form'] = PropTypes.exact({
|
|
836
|
+
processing_rates: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.account_processing_rate_form']).isRequired,
|
|
837
|
+
});
|
|
838
|
+
|
|
839
|
+
T['io.flow.billing.internal.v0.models.simple_account_reference'] = PropTypes.exact({
|
|
840
|
+
id: PropTypes.string.isRequired,
|
|
841
|
+
});
|
|
842
|
+
|
|
843
|
+
T['io.flow.billing.internal.v0.models.account_contact'] = PropTypes.exact({
|
|
844
|
+
id: PropTypes.string.isRequired,
|
|
845
|
+
email: PropTypes.string.isRequired,
|
|
846
|
+
first_name: PropTypes.string,
|
|
847
|
+
last_name: PropTypes.string,
|
|
848
|
+
phone: PropTypes.string,
|
|
849
|
+
account: T['io.flow.billing.internal.v0.models.simple_account_reference'],
|
|
850
|
+
});
|
|
851
|
+
|
|
485
852
|
T['io.flow.query.builder.v0.models.query_builder_query_form'] = PropTypes.exact({
|
|
486
853
|
discriminator: PropTypes.oneOf(['query']).isRequired,
|
|
487
854
|
q: PropTypes.string.isRequired,
|
|
@@ -919,6 +1286,25 @@ T['io.flow.billing.true.up.v0.models.metadata_proposition'] = PropTypes.exact({
|
|
|
919
1286
|
name: PropTypes.string.isRequired,
|
|
920
1287
|
});
|
|
921
1288
|
|
|
1289
|
+
T['io.flow.billing.true.up.v0.models.metadata_weights'] = PropTypes.exact({
|
|
1290
|
+
dead: T['io.flow.billing.true.up.v0.models.weights_dead'],
|
|
1291
|
+
dimensional: T['io.flow.billing.true.up.v0.models.weights_dimensional'],
|
|
1292
|
+
});
|
|
1293
|
+
|
|
1294
|
+
T['io.flow.billing.true.up.v0.models.metadata_ratecard'] = PropTypes.exact({
|
|
1295
|
+
id: PropTypes.string.isRequired,
|
|
1296
|
+
proposition: T['io.flow.billing.true.up.v0.models.metadata_proposition'].isRequired,
|
|
1297
|
+
});
|
|
1298
|
+
|
|
1299
|
+
T['io.flow.billing.true.up.v0.models.label_metadata'] = PropTypes.exact({
|
|
1300
|
+
ratecard: T['io.flow.billing.true.up.v0.models.metadata_ratecard'].isRequired,
|
|
1301
|
+
weights: T['io.flow.billing.true.up.v0.models.metadata_weights'].isRequired,
|
|
1302
|
+
});
|
|
1303
|
+
|
|
1304
|
+
T['io.flow.billing.true.up.v0.models.label_destination'] = PropTypes.exact({
|
|
1305
|
+
country: PropTypes.string.isRequired,
|
|
1306
|
+
});
|
|
1307
|
+
|
|
922
1308
|
T['io.flow.billing.true.up.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
923
1309
|
amount: PropTypes.number.isRequired,
|
|
924
1310
|
percentage: PropTypes.number,
|
|
@@ -935,45 +1321,18 @@ T['io.flow.billing.true.up.v0.models.label_surcharge_form'] = PropTypes.exact({
|
|
|
935
1321
|
address_correction: T['io.flow.billing.true.up.v0.models.label_surcharge_single_form'],
|
|
936
1322
|
});
|
|
937
1323
|
|
|
938
|
-
T['io.flow.billing.true.up.v0.models.
|
|
1324
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_file_result'] = PropTypes.exact({
|
|
939
1325
|
processed_at: PropTypes.string.isRequired,
|
|
940
1326
|
number_lines_successful: PropTypes.number.isRequired,
|
|
941
1327
|
number_lines_with_errors: PropTypes.number.isRequired,
|
|
942
1328
|
errors_url: PropTypes.string,
|
|
943
1329
|
});
|
|
944
1330
|
|
|
945
|
-
T['io.flow.billing.true.up.v0.models.
|
|
1331
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_file'] = PropTypes.exact({
|
|
946
1332
|
id: PropTypes.string.isRequired,
|
|
947
1333
|
url: PropTypes.string.isRequired,
|
|
948
1334
|
created_at: PropTypes.string.isRequired,
|
|
949
|
-
result: T['io.flow.billing.true.up.v0.models.
|
|
950
|
-
});
|
|
951
|
-
|
|
952
|
-
T['io.flow.billing.true.up.v0.models.metadata_weights'] = PropTypes.exact({
|
|
953
|
-
dead: T['io.flow.billing.true.up.v0.models.weights_dead'],
|
|
954
|
-
dimensional: T['io.flow.billing.true.up.v0.models.weights_dimensional'],
|
|
955
|
-
});
|
|
956
|
-
|
|
957
|
-
T['io.flow.billing.true.up.v0.models.metadata_ratecard'] = PropTypes.exact({
|
|
958
|
-
id: PropTypes.string.isRequired,
|
|
959
|
-
proposition: T['io.flow.billing.true.up.v0.models.metadata_proposition'].isRequired,
|
|
960
|
-
});
|
|
961
|
-
|
|
962
|
-
T['io.flow.billing.true.up.v0.models.label_metadata'] = PropTypes.exact({
|
|
963
|
-
ratecard: T['io.flow.billing.true.up.v0.models.metadata_ratecard'].isRequired,
|
|
964
|
-
weights: T['io.flow.billing.true.up.v0.models.metadata_weights'].isRequired,
|
|
965
|
-
});
|
|
966
|
-
|
|
967
|
-
T['io.flow.billing.true.up.v0.models.label_destination'] = PropTypes.exact({
|
|
968
|
-
country: PropTypes.string.isRequired,
|
|
969
|
-
});
|
|
970
|
-
|
|
971
|
-
T['io.flow.billing.true.up.v0.models.true_up_label_summary'] = PropTypes.exact({
|
|
972
|
-
id: PropTypes.string.isRequired,
|
|
973
|
-
carrier_service_id: PropTypes.string.isRequired,
|
|
974
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
975
|
-
flow_tracking_number: PropTypes.string.isRequired,
|
|
976
|
-
created_at: PropTypes.string.isRequired,
|
|
1335
|
+
result: T['io.flow.billing.true.up.v0.models.carrier_charge_file_result'],
|
|
977
1336
|
});
|
|
978
1337
|
|
|
979
1338
|
T['io.flow.crypto.v0.enums.reason_type'] = PropTypes.oneOf(['duplicate', 'fraudulent', 'requested_by_customer']);
|
|
@@ -1357,6 +1716,99 @@ T['io.flow.experience.v0.models.address_configuration_province_translation'] = P
|
|
|
1357
1716
|
name: PropTypes.string.isRequired,
|
|
1358
1717
|
});
|
|
1359
1718
|
|
|
1719
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
1720
|
+
entity: PropTypes.number.isRequired,
|
|
1721
|
+
});
|
|
1722
|
+
|
|
1723
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
1724
|
+
ids: PropTypes.string.isRequired,
|
|
1725
|
+
});
|
|
1726
|
+
|
|
1727
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
1728
|
+
id: PropTypes.string.isRequired,
|
|
1729
|
+
});
|
|
1730
|
+
|
|
1731
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_usd'] = PropTypes.exact({
|
|
1732
|
+
usd: PropTypes.number.isRequired,
|
|
1733
|
+
});
|
|
1734
|
+
|
|
1735
|
+
T['io.flow.billing.reporting.csv.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
1736
|
+
|
|
1737
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_business'] = PropTypes.exact({
|
|
1738
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
1739
|
+
name: PropTypes.string,
|
|
1740
|
+
});
|
|
1741
|
+
|
|
1742
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fx'] = PropTypes.exact({
|
|
1743
|
+
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1744
|
+
fees: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1745
|
+
product: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1746
|
+
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1747
|
+
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1748
|
+
total: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1749
|
+
});
|
|
1750
|
+
|
|
1751
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
1752
|
+
zero_vat_product: PropTypes.bool.isRequired,
|
|
1753
|
+
});
|
|
1754
|
+
|
|
1755
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
1756
|
+
replacement: PropTypes.bool.isRequired,
|
|
1757
|
+
virtual: T['io.flow.billing.reporting.csv.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
1758
|
+
duties_guaranteed: PropTypes.bool.isRequired,
|
|
1759
|
+
wyol: PropTypes.bool.isRequired,
|
|
1760
|
+
b2b: PropTypes.bool.isRequired,
|
|
1761
|
+
domestic: PropTypes.bool.isRequired,
|
|
1762
|
+
});
|
|
1763
|
+
|
|
1764
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_province'] = PropTypes.exact({
|
|
1765
|
+
code: PropTypes.string,
|
|
1766
|
+
name: PropTypes.string.isRequired,
|
|
1767
|
+
});
|
|
1768
|
+
|
|
1769
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_country'] = PropTypes.exact({
|
|
1770
|
+
code: PropTypes.string.isRequired,
|
|
1771
|
+
is_eu: PropTypes.bool.isRequired,
|
|
1772
|
+
});
|
|
1773
|
+
|
|
1774
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_destination'] = PropTypes.exact({
|
|
1775
|
+
country: T['io.flow.billing.reporting.csv.v0.models.reporting_country'].isRequired,
|
|
1776
|
+
province: T['io.flow.billing.reporting.csv.v0.models.reporting_province'],
|
|
1777
|
+
});
|
|
1778
|
+
|
|
1779
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_addenda'] = PropTypes.exact({
|
|
1780
|
+
allocation_order_totals_delta: PropTypes.number,
|
|
1781
|
+
allocation_order_item_discount_delta: PropTypes.number,
|
|
1782
|
+
});
|
|
1783
|
+
|
|
1784
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
1785
|
+
transaction: PropTypes.number.isRequired,
|
|
1786
|
+
merchant: PropTypes.number.isRequired,
|
|
1787
|
+
entity: PropTypes.number.isRequired,
|
|
1788
|
+
usd: PropTypes.number.isRequired,
|
|
1789
|
+
eur: PropTypes.number.isRequired,
|
|
1790
|
+
});
|
|
1791
|
+
|
|
1792
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
1793
|
+
fuel: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1794
|
+
remote_area: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1795
|
+
oversize: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1796
|
+
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1797
|
+
emergency: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1798
|
+
peak: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1799
|
+
});
|
|
1800
|
+
|
|
1801
|
+
T['io.flow.billing.reporting.csv.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
1802
|
+
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1803
|
+
fees: T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'].isRequired,
|
|
1804
|
+
product: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1805
|
+
subtotal: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1806
|
+
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1807
|
+
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1808
|
+
discount: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1809
|
+
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1810
|
+
});
|
|
1811
|
+
|
|
1360
1812
|
T['io.flow.ftp.v0.models.ftp_user'] = PropTypes.exact({
|
|
1361
1813
|
username: PropTypes.string.isRequired,
|
|
1362
1814
|
password: PropTypes.string,
|
|
@@ -1468,6 +1920,673 @@ T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
|
1468
1920
|
number: PropTypes.string.isRequired,
|
|
1469
1921
|
});
|
|
1470
1922
|
|
|
1923
|
+
T['io.flow.payment.internal.v0.models.online_authorization_completed'] = PropTypes.exact({
|
|
1924
|
+
discriminator: PropTypes.oneOf(['online_authorization_completed']).isRequired,
|
|
1925
|
+
id: PropTypes.string.isRequired,
|
|
1926
|
+
organization: PropTypes.string.isRequired,
|
|
1927
|
+
key: PropTypes.string.isRequired,
|
|
1928
|
+
expires_at: PropTypes.string.isRequired,
|
|
1929
|
+
});
|
|
1930
|
+
|
|
1931
|
+
T['io.flow.payment.internal.v0.models.adyen_refund_form'] = PropTypes.exact({
|
|
1932
|
+
discriminator: PropTypes.oneOf(['adyen_refund_form']).isRequired,
|
|
1933
|
+
amount: PropTypes.number.isRequired,
|
|
1934
|
+
authorization_id: PropTypes.string.isRequired,
|
|
1935
|
+
capture_id: PropTypes.string.isRequired,
|
|
1936
|
+
currency: PropTypes.string.isRequired,
|
|
1937
|
+
psp_reference: PropTypes.string.isRequired,
|
|
1938
|
+
key: PropTypes.string,
|
|
1939
|
+
});
|
|
1940
|
+
|
|
1941
|
+
T['io.flow.payment.internal.v0.unions.internal_refund_form'] = PropTypes.oneOfType([T['io.flow.payment.internal.v0.models.adyen_refund_form']]);
|
|
1942
|
+
|
|
1943
|
+
T['io.flow.payment.internal.v0.models.paypal_authorization_payload'] = PropTypes.exact({
|
|
1944
|
+
discriminator: PropTypes.oneOf(['paypal_authorization_payload']).isRequired,
|
|
1945
|
+
payment_id: PropTypes.string.isRequired,
|
|
1946
|
+
payer_id: PropTypes.string.isRequired,
|
|
1947
|
+
});
|
|
1948
|
+
|
|
1949
|
+
T['io.flow.payment.internal.v0.models.apple_pay_authorization_payload'] = PropTypes.exact({
|
|
1950
|
+
discriminator: PropTypes.oneOf(['apple_pay_authorization_payload']).isRequired,
|
|
1951
|
+
apple_pay_token: PropTypes.string.isRequired,
|
|
1952
|
+
});
|
|
1953
|
+
|
|
1954
|
+
T['io.flow.payment.internal.v0.unions.authorization_payload'] = PropTypes.oneOfType([
|
|
1955
|
+
T['io.flow.payment.internal.v0.models.apple_pay_authorization_payload'],
|
|
1956
|
+
T['io.flow.payment.internal.v0.models.paypal_authorization_payload'],
|
|
1957
|
+
]);
|
|
1958
|
+
|
|
1959
|
+
T['io.flow.payment.internal.v0.models.stripe_authentication_form'] = PropTypes.exact({
|
|
1960
|
+
public_key: PropTypes.string.isRequired,
|
|
1961
|
+
secret_key: PropTypes.string.isRequired,
|
|
1962
|
+
});
|
|
1963
|
+
|
|
1964
|
+
T['io.flow.payment.internal.v0.models.stripe_authentication'] = PropTypes.exact({
|
|
1965
|
+
public_key: PropTypes.string.isRequired,
|
|
1966
|
+
secret_key_reference: PropTypes.string.isRequired,
|
|
1967
|
+
});
|
|
1968
|
+
|
|
1969
|
+
T['io.flow.payment.internal.v0.enums.redirect_reason'] = PropTypes.oneOf(['three_d_secure']);
|
|
1970
|
+
|
|
1971
|
+
T['io.flow.payment.internal.v0.models.paypal_authentication_form'] = PropTypes.exact({
|
|
1972
|
+
username: PropTypes.string.isRequired,
|
|
1973
|
+
password: PropTypes.string.isRequired,
|
|
1974
|
+
});
|
|
1975
|
+
|
|
1976
|
+
T['io.flow.payment.internal.v0.models.paypal_authentication'] = PropTypes.exact({
|
|
1977
|
+
username: PropTypes.string.isRequired,
|
|
1978
|
+
password_reference: PropTypes.string.isRequired,
|
|
1979
|
+
});
|
|
1980
|
+
|
|
1981
|
+
T['io.flow.payment.internal.v0.models.tribe'] = PropTypes.exact({
|
|
1982
|
+
id: PropTypes.string.isRequired,
|
|
1983
|
+
description: PropTypes.string.isRequired,
|
|
1984
|
+
});
|
|
1985
|
+
|
|
1986
|
+
T['io.flow.payment.internal.v0.models.passphrase_summary'] = PropTypes.exact({
|
|
1987
|
+
id: PropTypes.string.isRequired,
|
|
1988
|
+
tribe: T['io.flow.payment.internal.v0.models.tribe'].isRequired,
|
|
1989
|
+
});
|
|
1990
|
+
|
|
1991
|
+
T['io.flow.payment.internal.v0.models.passphrase'] = PropTypes.exact({
|
|
1992
|
+
id: PropTypes.string.isRequired,
|
|
1993
|
+
tribe: T['io.flow.payment.internal.v0.models.tribe'].isRequired,
|
|
1994
|
+
salt: PropTypes.string.isRequired,
|
|
1995
|
+
iv: PropTypes.string.isRequired,
|
|
1996
|
+
challenge_cipher: PropTypes.string.isRequired,
|
|
1997
|
+
challenge_text: PropTypes.string.isRequired,
|
|
1998
|
+
});
|
|
1999
|
+
|
|
2000
|
+
T['io.flow.payment.internal.v0.enums.organization_payment_status'] = PropTypes.oneOf(['active', 'archived']);
|
|
2001
|
+
|
|
2002
|
+
T['io.flow.payment.internal.v0.models.klarna_payment_method_category'] = PropTypes.exact({
|
|
2003
|
+
id: PropTypes.string.isRequired,
|
|
2004
|
+
name: PropTypes.string,
|
|
2005
|
+
standard_asset_urls: PropTypes.string,
|
|
2006
|
+
descriptive_asset_urls: PropTypes.string,
|
|
2007
|
+
});
|
|
2008
|
+
|
|
2009
|
+
T['io.flow.payment.internal.v0.models.klarna_authorization_parameters'] = PropTypes.exact({
|
|
2010
|
+
discriminator: PropTypes.oneOf(['klarna_authorization_parameters']).isRequired,
|
|
2011
|
+
client_token: PropTypes.string.isRequired,
|
|
2012
|
+
payment_method_categories: PropTypes.arrayOf(T['io.flow.payment.internal.v0.models.klarna_payment_method_category']).isRequired,
|
|
2013
|
+
});
|
|
2014
|
+
|
|
2015
|
+
T['io.flow.payment.internal.v0.unions.inline_authorization_parameters'] = PropTypes.oneOfType([T['io.flow.payment.internal.v0.models.klarna_authorization_parameters']]);
|
|
2016
|
+
|
|
2017
|
+
T['io.flow.payment.internal.v0.models.stripe_authentication_data_reference'] = PropTypes.exact({
|
|
2018
|
+
id: PropTypes.string.isRequired,
|
|
2019
|
+
});
|
|
2020
|
+
|
|
2021
|
+
T['io.flow.payment.internal.v0.models.internal_stripe_authorization_details'] = PropTypes.exact({
|
|
2022
|
+
discriminator: PropTypes.oneOf(['internal_stripe_authorization_details']).isRequired,
|
|
2023
|
+
stripe_authentication_data: T['io.flow.payment.internal.v0.models.stripe_authentication_data_reference'].isRequired,
|
|
2024
|
+
});
|
|
2025
|
+
|
|
2026
|
+
T['io.flow.payment.internal.v0.models.paypal_account_reference'] = PropTypes.exact({
|
|
2027
|
+
id: PropTypes.string.isRequired,
|
|
2028
|
+
flow_merchant_id: PropTypes.string,
|
|
2029
|
+
});
|
|
2030
|
+
|
|
2031
|
+
T['io.flow.payment.internal.v0.models.internal_paypal_authorization_details'] = PropTypes.exact({
|
|
2032
|
+
discriminator: PropTypes.oneOf(['internal_paypal_authorization_details']).isRequired,
|
|
2033
|
+
paypal_authentication_data: T['io.flow.payment.internal.v0.models.paypal_account_reference'].isRequired,
|
|
2034
|
+
});
|
|
2035
|
+
|
|
2036
|
+
T['io.flow.payment.internal.v0.models.fiserv_authentication_data_reference'] = PropTypes.exact({
|
|
2037
|
+
account_id: PropTypes.string.isRequired,
|
|
2038
|
+
store_id: PropTypes.string.isRequired,
|
|
2039
|
+
});
|
|
2040
|
+
|
|
2041
|
+
T['io.flow.payment.internal.v0.models.internal_fiserv_authorization_details'] = PropTypes.exact({
|
|
2042
|
+
discriminator: PropTypes.oneOf(['internal_fiserv_authorization_details']).isRequired,
|
|
2043
|
+
fiserv_authentication_data: T['io.flow.payment.internal.v0.models.fiserv_authentication_data_reference'].isRequired,
|
|
2044
|
+
});
|
|
2045
|
+
|
|
2046
|
+
T['io.flow.payment.internal.v0.models.bitpay_authentication_data_reference'] = PropTypes.exact({
|
|
2047
|
+
id: PropTypes.string.isRequired,
|
|
2048
|
+
});
|
|
2049
|
+
|
|
2050
|
+
T['io.flow.payment.internal.v0.models.internal_bitpay_authorization_details'] = PropTypes.exact({
|
|
2051
|
+
discriminator: PropTypes.oneOf(['internal_bitpay_authorization_details']).isRequired,
|
|
2052
|
+
bitpay_authentication_data: T['io.flow.payment.internal.v0.models.bitpay_authentication_data_reference'].isRequired,
|
|
2053
|
+
});
|
|
2054
|
+
|
|
2055
|
+
T['io.flow.payment.internal.v0.models.afterpay_authentication_data_reference'] = PropTypes.exact({
|
|
2056
|
+
account_id: PropTypes.string.isRequired,
|
|
2057
|
+
});
|
|
2058
|
+
|
|
2059
|
+
T['io.flow.payment.internal.v0.models.internal_afterpay_authorization_details'] = PropTypes.exact({
|
|
2060
|
+
discriminator: PropTypes.oneOf(['internal_afterpay_authorization_details']).isRequired,
|
|
2061
|
+
afterpay_authentication_data: T['io.flow.payment.internal.v0.models.afterpay_authentication_data_reference'].isRequired,
|
|
2062
|
+
});
|
|
2063
|
+
|
|
2064
|
+
T['io.flow.payment.internal.v0.models.fiserv_authentication_form'] = PropTypes.exact({
|
|
2065
|
+
public_key: PropTypes.string.isRequired,
|
|
2066
|
+
secret_key: PropTypes.string.isRequired,
|
|
2067
|
+
});
|
|
2068
|
+
|
|
2069
|
+
T['io.flow.payment.internal.v0.models.fiserv_authentication'] = PropTypes.exact({
|
|
2070
|
+
public_key: PropTypes.string.isRequired,
|
|
2071
|
+
secret_key_reference: PropTypes.string.isRequired,
|
|
2072
|
+
});
|
|
2073
|
+
|
|
2074
|
+
T['io.flow.payment.internal.v0.models.key_reference'] = PropTypes.exact({
|
|
2075
|
+
id: PropTypes.string.isRequired,
|
|
2076
|
+
});
|
|
2077
|
+
|
|
2078
|
+
T['io.flow.payment.internal.v0.models.encryption'] = PropTypes.exact({
|
|
2079
|
+
id: PropTypes.string.isRequired,
|
|
2080
|
+
key: T['io.flow.payment.internal.v0.models.key_reference'].isRequired,
|
|
2081
|
+
iv: PropTypes.string.isRequired,
|
|
2082
|
+
cipher: PropTypes.string.isRequired,
|
|
2083
|
+
passphrase_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
2084
|
+
});
|
|
2085
|
+
|
|
2086
|
+
T['io.flow.payment.internal.v0.models.crypto_authentication_form'] = PropTypes.exact({
|
|
2087
|
+
public_key: PropTypes.string.isRequired,
|
|
2088
|
+
secret_key: PropTypes.string.isRequired,
|
|
2089
|
+
signature_secret: PropTypes.string.isRequired,
|
|
2090
|
+
});
|
|
2091
|
+
|
|
2092
|
+
T['io.flow.payment.internal.v0.models.crypto_authentication'] = PropTypes.exact({
|
|
2093
|
+
public_key: PropTypes.string.isRequired,
|
|
2094
|
+
secret_key_reference: PropTypes.string.isRequired,
|
|
2095
|
+
signature_secret_reference: PropTypes.string.isRequired,
|
|
2096
|
+
});
|
|
2097
|
+
|
|
2098
|
+
T['io.flow.payment.internal.v0.enums.chargeback_process_status'] = PropTypes.oneOf(['inquiry', 'open', 'closed']);
|
|
2099
|
+
T['io.flow.payment.internal.v0.enums.chargeback_payment_status'] = PropTypes.oneOf(['captured', 'refunded']);
|
|
2100
|
+
|
|
2101
|
+
T['io.flow.payment.internal.v0.models.bitpay_authentication_form'] = PropTypes.exact({
|
|
2102
|
+
api_token: PropTypes.string.isRequired,
|
|
2103
|
+
public_key: PropTypes.string.isRequired,
|
|
2104
|
+
secret_key: PropTypes.string.isRequired,
|
|
2105
|
+
});
|
|
2106
|
+
|
|
2107
|
+
T['io.flow.payment.internal.v0.models.bitpay_authentication'] = PropTypes.exact({
|
|
2108
|
+
api_token: PropTypes.string.isRequired,
|
|
2109
|
+
public_key: PropTypes.string.isRequired,
|
|
2110
|
+
secret_key_reference: PropTypes.string.isRequired,
|
|
2111
|
+
});
|
|
2112
|
+
|
|
2113
|
+
T['io.flow.payment.internal.v0.models.afterpay_authentication_form'] = PropTypes.exact({
|
|
2114
|
+
username: PropTypes.string.isRequired,
|
|
2115
|
+
password: PropTypes.string.isRequired,
|
|
2116
|
+
});
|
|
2117
|
+
|
|
2118
|
+
T['io.flow.payment.internal.v0.models.afterpay_authentication'] = PropTypes.exact({
|
|
2119
|
+
username: PropTypes.string.isRequired,
|
|
2120
|
+
password_reference: PropTypes.string.isRequired,
|
|
2121
|
+
});
|
|
2122
|
+
|
|
2123
|
+
T['io.flow.payment.internal.v0.enums.processor'] = PropTypes.oneOf([
|
|
2124
|
+
'adyen',
|
|
2125
|
+
'afterpay',
|
|
2126
|
+
'bitpay',
|
|
2127
|
+
'stripe',
|
|
2128
|
+
'paypal',
|
|
2129
|
+
'flow_sandbox',
|
|
2130
|
+
'fiserv',
|
|
2131
|
+
'crypto',
|
|
2132
|
+
]);
|
|
2133
|
+
|
|
2134
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'] = PropTypes.exact({
|
|
2135
|
+
gateway: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2136
|
+
method: PropTypes.string.isRequired,
|
|
2137
|
+
psp_reference: PropTypes.string,
|
|
2138
|
+
authorization: T['io.flow.billing.reporting.csv.v0.models.reporting_authorization_reference'],
|
|
2139
|
+
settlement_date: PropTypes.string.isRequired,
|
|
2140
|
+
additional_authorizations: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata_additional_authorizations'],
|
|
2141
|
+
});
|
|
2142
|
+
|
|
2143
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment'] = PropTypes.exact({
|
|
2144
|
+
metadata: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'],
|
|
2145
|
+
psp: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2146
|
+
credit: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2147
|
+
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2148
|
+
});
|
|
2149
|
+
|
|
2150
|
+
T['io.flow.payment.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
2151
|
+
discriminator: PropTypes.oneOf(['routing_processor']).isRequired,
|
|
2152
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2153
|
+
});
|
|
2154
|
+
|
|
2155
|
+
T['io.flow.payment.internal.v0.enums.adyen_integration_type'] = PropTypes.oneOf(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']);
|
|
2156
|
+
|
|
2157
|
+
T['io.flow.payment.internal.v0.models.adyen_authentication_data_reference'] = PropTypes.exact({
|
|
2158
|
+
account_id: PropTypes.string.isRequired,
|
|
2159
|
+
merchant_account: PropTypes.string.isRequired,
|
|
2160
|
+
origin_key: PropTypes.string,
|
|
2161
|
+
integration_type: T['io.flow.payment.internal.v0.enums.adyen_integration_type'],
|
|
2162
|
+
});
|
|
2163
|
+
|
|
2164
|
+
T['io.flow.payment.internal.v0.models.internal_adyen_authorization_details'] = PropTypes.exact({
|
|
2165
|
+
discriminator: PropTypes.oneOf(['internal_adyen_authorization_details']).isRequired,
|
|
2166
|
+
adyen_authentication_data: T['io.flow.payment.internal.v0.models.adyen_authentication_data_reference'].isRequired,
|
|
2167
|
+
});
|
|
2168
|
+
|
|
2169
|
+
T['io.flow.payment.internal.v0.unions.internal_authorization_details'] = PropTypes.oneOfType([
|
|
2170
|
+
T['io.flow.payment.internal.v0.models.internal_paypal_authorization_details'],
|
|
2171
|
+
T['io.flow.payment.internal.v0.models.internal_bitpay_authorization_details'],
|
|
2172
|
+
T['io.flow.payment.internal.v0.models.internal_stripe_authorization_details'],
|
|
2173
|
+
T['io.flow.payment.internal.v0.models.internal_adyen_authorization_details'],
|
|
2174
|
+
T['io.flow.payment.internal.v0.models.internal_afterpay_authorization_details'],
|
|
2175
|
+
T['io.flow.payment.internal.v0.models.internal_fiserv_authorization_details'],
|
|
2176
|
+
]);
|
|
2177
|
+
|
|
2178
|
+
T['io.flow.payment.internal.v0.models.adyen_authentication_form'] = PropTypes.exact({
|
|
2179
|
+
username: PropTypes.string.isRequired,
|
|
2180
|
+
password: PropTypes.string.isRequired,
|
|
2181
|
+
signature_secret: PropTypes.string.isRequired,
|
|
2182
|
+
});
|
|
2183
|
+
|
|
2184
|
+
T['io.flow.payment.internal.v0.enums.organization_capability'] = PropTypes.oneOf(['organization', 'flow', 'dynamic']);
|
|
2185
|
+
T['io.flow.payment.internal.v0.enums.processor_entity_status'] = PropTypes.oneOf(['active', 'draft', 'archived']);
|
|
2186
|
+
|
|
2187
|
+
T['io.flow.payment.internal.v0.models.processor_merchant_reference'] = PropTypes.exact({
|
|
2188
|
+
id: PropTypes.string.isRequired,
|
|
2189
|
+
organization_id: PropTypes.string.isRequired,
|
|
2190
|
+
key: PropTypes.string.isRequired,
|
|
2191
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2192
|
+
country: PropTypes.string.isRequired,
|
|
2193
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2194
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2195
|
+
});
|
|
2196
|
+
|
|
2197
|
+
T['io.flow.payment.internal.v0.models.processor_entity_status_form'] = PropTypes.exact({
|
|
2198
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2199
|
+
});
|
|
2200
|
+
|
|
2201
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant_put_form'] = PropTypes.exact({
|
|
2202
|
+
discriminator: PropTypes.oneOf(['paypal_merchant_put_form']).isRequired,
|
|
2203
|
+
organization_id: PropTypes.string.isRequired,
|
|
2204
|
+
external_id: PropTypes.string.isRequired,
|
|
2205
|
+
country: PropTypes.string.isRequired,
|
|
2206
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2207
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2208
|
+
});
|
|
2209
|
+
|
|
2210
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant_modification_form'] = PropTypes.exact({
|
|
2211
|
+
discriminator: PropTypes.oneOf(['paypal_merchant_modification_form']).isRequired,
|
|
2212
|
+
external_id: PropTypes.string.isRequired,
|
|
2213
|
+
country: PropTypes.string.isRequired,
|
|
2214
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2215
|
+
});
|
|
2216
|
+
|
|
2217
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant_put_form'] = PropTypes.exact({
|
|
2218
|
+
discriminator: PropTypes.oneOf(['fiserv_merchant_put_form']).isRequired,
|
|
2219
|
+
organization_id: PropTypes.string.isRequired,
|
|
2220
|
+
external_id: PropTypes.string.isRequired,
|
|
2221
|
+
base_currency: PropTypes.string.isRequired,
|
|
2222
|
+
funding_currency: PropTypes.string.isRequired,
|
|
2223
|
+
country: PropTypes.string.isRequired,
|
|
2224
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2225
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2226
|
+
});
|
|
2227
|
+
|
|
2228
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant_modification_form'] = PropTypes.exact({
|
|
2229
|
+
discriminator: PropTypes.oneOf(['fiserv_merchant_modification_form']).isRequired,
|
|
2230
|
+
external_id: PropTypes.string.isRequired,
|
|
2231
|
+
base_currency: PropTypes.string.isRequired,
|
|
2232
|
+
funding_currency: PropTypes.string.isRequired,
|
|
2233
|
+
country: PropTypes.string.isRequired,
|
|
2234
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2235
|
+
});
|
|
2236
|
+
|
|
2237
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant_put_form'] = PropTypes.exact({
|
|
2238
|
+
discriminator: PropTypes.oneOf(['adyen_merchant_put_form']).isRequired,
|
|
2239
|
+
organization_id: PropTypes.string.isRequired,
|
|
2240
|
+
external_id: PropTypes.string.isRequired,
|
|
2241
|
+
country: PropTypes.string.isRequired,
|
|
2242
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2243
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2244
|
+
});
|
|
2245
|
+
|
|
2246
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant_modification_form'] = PropTypes.exact({
|
|
2247
|
+
discriminator: PropTypes.oneOf(['adyen_merchant_modification_form']).isRequired,
|
|
2248
|
+
external_id: PropTypes.string.isRequired,
|
|
2249
|
+
country: PropTypes.string.isRequired,
|
|
2250
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2251
|
+
});
|
|
2252
|
+
|
|
2253
|
+
T['io.flow.payment.internal.v0.models.adyen_authentication'] = PropTypes.exact({
|
|
2254
|
+
username: PropTypes.string.isRequired,
|
|
2255
|
+
password_reference: PropTypes.string.isRequired,
|
|
2256
|
+
signature_secret_reference: PropTypes.string.isRequired,
|
|
2257
|
+
});
|
|
2258
|
+
|
|
2259
|
+
T['io.flow.payment.internal.v0.enums.owner'] = PropTypes.oneOf(['flow', 'organization']);
|
|
2260
|
+
|
|
2261
|
+
T['io.flow.payment.internal.v0.models.stripe_account_put_form'] = PropTypes.exact({
|
|
2262
|
+
discriminator: PropTypes.oneOf(['stripe_account_put_form']).isRequired,
|
|
2263
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2264
|
+
name: PropTypes.string.isRequired,
|
|
2265
|
+
external_id: PropTypes.string.isRequired,
|
|
2266
|
+
country: PropTypes.string.isRequired,
|
|
2267
|
+
authentication: T['io.flow.payment.internal.v0.models.stripe_authentication_form'].isRequired,
|
|
2268
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2269
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2270
|
+
});
|
|
2271
|
+
|
|
2272
|
+
T['io.flow.payment.internal.v0.models.stripe_account_modification_form'] = PropTypes.exact({
|
|
2273
|
+
discriminator: PropTypes.oneOf(['stripe_account_modification_form']).isRequired,
|
|
2274
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2275
|
+
name: PropTypes.string.isRequired,
|
|
2276
|
+
external_id: PropTypes.string.isRequired,
|
|
2277
|
+
country: PropTypes.string.isRequired,
|
|
2278
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2279
|
+
});
|
|
2280
|
+
|
|
2281
|
+
T['io.flow.payment.internal.v0.models.stripe_account'] = PropTypes.exact({
|
|
2282
|
+
discriminator: PropTypes.oneOf(['stripe_account']).isRequired,
|
|
2283
|
+
id: PropTypes.string.isRequired,
|
|
2284
|
+
organization_id: PropTypes.string.isRequired,
|
|
2285
|
+
key: PropTypes.string.isRequired,
|
|
2286
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2287
|
+
name: PropTypes.string.isRequired,
|
|
2288
|
+
external_id: PropTypes.string.isRequired,
|
|
2289
|
+
country: PropTypes.string.isRequired,
|
|
2290
|
+
authentication: T['io.flow.payment.internal.v0.models.stripe_authentication'].isRequired,
|
|
2291
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2292
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2293
|
+
created_at: PropTypes.string.isRequired,
|
|
2294
|
+
updated_at: PropTypes.string.isRequired,
|
|
2295
|
+
});
|
|
2296
|
+
|
|
2297
|
+
T['io.flow.payment.internal.v0.models.paypal_account_put_form'] = PropTypes.exact({
|
|
2298
|
+
discriminator: PropTypes.oneOf(['paypal_account_put_form']).isRequired,
|
|
2299
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2300
|
+
country: PropTypes.string.isRequired,
|
|
2301
|
+
authentication: T['io.flow.payment.internal.v0.models.paypal_authentication_form'].isRequired,
|
|
2302
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2303
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2304
|
+
});
|
|
2305
|
+
|
|
2306
|
+
T['io.flow.payment.internal.v0.models.paypal_account_modification_form'] = PropTypes.exact({
|
|
2307
|
+
discriminator: PropTypes.oneOf(['paypal_account_modification_form']).isRequired,
|
|
2308
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2309
|
+
country: PropTypes.string.isRequired,
|
|
2310
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2311
|
+
});
|
|
2312
|
+
|
|
2313
|
+
T['io.flow.payment.internal.v0.models.paypal_account'] = PropTypes.exact({
|
|
2314
|
+
discriminator: PropTypes.oneOf(['paypal_account']).isRequired,
|
|
2315
|
+
id: PropTypes.string.isRequired,
|
|
2316
|
+
organization_id: PropTypes.string.isRequired,
|
|
2317
|
+
key: PropTypes.string.isRequired,
|
|
2318
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2319
|
+
country: PropTypes.string.isRequired,
|
|
2320
|
+
authentication: T['io.flow.payment.internal.v0.models.paypal_authentication'].isRequired,
|
|
2321
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2322
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2323
|
+
created_at: PropTypes.string.isRequired,
|
|
2324
|
+
updated_at: PropTypes.string.isRequired,
|
|
2325
|
+
});
|
|
2326
|
+
|
|
2327
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_put_form'] = PropTypes.exact({
|
|
2328
|
+
discriminator: PropTypes.oneOf(['fiserv_account_put_form']).isRequired,
|
|
2329
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2330
|
+
region: PropTypes.string.isRequired,
|
|
2331
|
+
authentication: T['io.flow.payment.internal.v0.models.fiserv_authentication_form'].isRequired,
|
|
2332
|
+
country: PropTypes.string.isRequired,
|
|
2333
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2334
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2335
|
+
});
|
|
2336
|
+
|
|
2337
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_modification_form'] = PropTypes.exact({
|
|
2338
|
+
discriminator: PropTypes.oneOf(['fiserv_account_modification_form']).isRequired,
|
|
2339
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2340
|
+
region: PropTypes.string.isRequired,
|
|
2341
|
+
country: PropTypes.string.isRequired,
|
|
2342
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2343
|
+
});
|
|
2344
|
+
|
|
2345
|
+
T['io.flow.payment.internal.v0.models.fiserv_account'] = PropTypes.exact({
|
|
2346
|
+
discriminator: PropTypes.oneOf(['fiserv_account']).isRequired,
|
|
2347
|
+
id: PropTypes.string.isRequired,
|
|
2348
|
+
organization_id: PropTypes.string.isRequired,
|
|
2349
|
+
key: PropTypes.string.isRequired,
|
|
2350
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2351
|
+
region: PropTypes.string.isRequired,
|
|
2352
|
+
authentication: T['io.flow.payment.internal.v0.models.fiserv_authentication'].isRequired,
|
|
2353
|
+
country: PropTypes.string.isRequired,
|
|
2354
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2355
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2356
|
+
created_at: PropTypes.string.isRequired,
|
|
2357
|
+
updated_at: PropTypes.string.isRequired,
|
|
2358
|
+
});
|
|
2359
|
+
|
|
2360
|
+
T['io.flow.payment.internal.v0.models.crypto_account_put_form'] = PropTypes.exact({
|
|
2361
|
+
discriminator: PropTypes.oneOf(['crypto_account_put_form']).isRequired,
|
|
2362
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2363
|
+
authentication: T['io.flow.payment.internal.v0.models.crypto_authentication_form'].isRequired,
|
|
2364
|
+
country: PropTypes.string.isRequired,
|
|
2365
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2366
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2367
|
+
});
|
|
2368
|
+
|
|
2369
|
+
T['io.flow.payment.internal.v0.models.crypto_account_modification_form'] = PropTypes.exact({
|
|
2370
|
+
discriminator: PropTypes.oneOf(['crypto_account_modification_form']).isRequired,
|
|
2371
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2372
|
+
country: PropTypes.string.isRequired,
|
|
2373
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2374
|
+
});
|
|
2375
|
+
|
|
2376
|
+
T['io.flow.payment.internal.v0.models.crypto_account'] = PropTypes.exact({
|
|
2377
|
+
discriminator: PropTypes.oneOf(['crypto_account']).isRequired,
|
|
2378
|
+
id: PropTypes.string.isRequired,
|
|
2379
|
+
organization_id: PropTypes.string.isRequired,
|
|
2380
|
+
key: PropTypes.string.isRequired,
|
|
2381
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2382
|
+
authentication: T['io.flow.payment.internal.v0.models.crypto_authentication'].isRequired,
|
|
2383
|
+
country: PropTypes.string.isRequired,
|
|
2384
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2385
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2386
|
+
created_at: PropTypes.string.isRequired,
|
|
2387
|
+
updated_at: PropTypes.string.isRequired,
|
|
2388
|
+
});
|
|
2389
|
+
|
|
2390
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_put_form'] = PropTypes.exact({
|
|
2391
|
+
discriminator: PropTypes.oneOf(['bitpay_account_put_form']).isRequired,
|
|
2392
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2393
|
+
authentication: T['io.flow.payment.internal.v0.models.bitpay_authentication_form'].isRequired,
|
|
2394
|
+
country: PropTypes.string.isRequired,
|
|
2395
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2396
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2397
|
+
});
|
|
2398
|
+
|
|
2399
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_modification_form'] = PropTypes.exact({
|
|
2400
|
+
discriminator: PropTypes.oneOf(['bitpay_account_modification_form']).isRequired,
|
|
2401
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2402
|
+
country: PropTypes.string.isRequired,
|
|
2403
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2404
|
+
});
|
|
2405
|
+
|
|
2406
|
+
T['io.flow.payment.internal.v0.models.bitpay_account'] = PropTypes.exact({
|
|
2407
|
+
discriminator: PropTypes.oneOf(['bitpay_account']).isRequired,
|
|
2408
|
+
id: PropTypes.string.isRequired,
|
|
2409
|
+
organization_id: PropTypes.string.isRequired,
|
|
2410
|
+
key: PropTypes.string.isRequired,
|
|
2411
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2412
|
+
authentication: T['io.flow.payment.internal.v0.models.bitpay_authentication'].isRequired,
|
|
2413
|
+
country: PropTypes.string.isRequired,
|
|
2414
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2415
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2416
|
+
created_at: PropTypes.string.isRequired,
|
|
2417
|
+
updated_at: PropTypes.string.isRequired,
|
|
2418
|
+
});
|
|
2419
|
+
|
|
2420
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_put_form'] = PropTypes.exact({
|
|
2421
|
+
discriminator: PropTypes.oneOf(['afterpay_account_put_form']).isRequired,
|
|
2422
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2423
|
+
country: PropTypes.string.isRequired,
|
|
2424
|
+
authentication: T['io.flow.payment.internal.v0.models.afterpay_authentication_form'].isRequired,
|
|
2425
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2426
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2427
|
+
});
|
|
2428
|
+
|
|
2429
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_modification_form'] = PropTypes.exact({
|
|
2430
|
+
discriminator: PropTypes.oneOf(['afterpay_account_modification_form']).isRequired,
|
|
2431
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2432
|
+
country: PropTypes.string.isRequired,
|
|
2433
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2434
|
+
});
|
|
2435
|
+
|
|
2436
|
+
T['io.flow.payment.internal.v0.models.afterpay_account'] = PropTypes.exact({
|
|
2437
|
+
discriminator: PropTypes.oneOf(['afterpay_account']).isRequired,
|
|
2438
|
+
id: PropTypes.string.isRequired,
|
|
2439
|
+
organization_id: PropTypes.string.isRequired,
|
|
2440
|
+
key: PropTypes.string.isRequired,
|
|
2441
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2442
|
+
country: PropTypes.string.isRequired,
|
|
2443
|
+
authentication: T['io.flow.payment.internal.v0.models.afterpay_authentication'].isRequired,
|
|
2444
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2445
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2446
|
+
created_at: PropTypes.string.isRequired,
|
|
2447
|
+
updated_at: PropTypes.string.isRequired,
|
|
2448
|
+
});
|
|
2449
|
+
|
|
2450
|
+
T['io.flow.payment.internal.v0.models.processor_account_reference'] = PropTypes.exact({
|
|
2451
|
+
id: PropTypes.string.isRequired,
|
|
2452
|
+
organization_id: PropTypes.string.isRequired,
|
|
2453
|
+
key: PropTypes.string.isRequired,
|
|
2454
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2455
|
+
country: PropTypes.string.isRequired,
|
|
2456
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2457
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2458
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2459
|
+
});
|
|
2460
|
+
|
|
2461
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'] = PropTypes.exact({
|
|
2462
|
+
discriminator: PropTypes.oneOf(['routing_merchant']).isRequired,
|
|
2463
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2464
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2465
|
+
processor_merchant: T['io.flow.payment.internal.v0.models.processor_merchant_reference'].isRequired,
|
|
2466
|
+
});
|
|
2467
|
+
|
|
2468
|
+
T['io.flow.payment.internal.v0.models.routing_account'] = PropTypes.exact({
|
|
2469
|
+
discriminator: PropTypes.oneOf(['routing_account']).isRequired,
|
|
2470
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2471
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2472
|
+
});
|
|
2473
|
+
|
|
2474
|
+
T['io.flow.payment.internal.v0.unions.routing_entity'] = PropTypes.oneOfType([
|
|
2475
|
+
T['io.flow.payment.internal.v0.models.routing_processor'],
|
|
2476
|
+
T['io.flow.payment.internal.v0.models.routing_account'],
|
|
2477
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'],
|
|
2478
|
+
]);
|
|
2479
|
+
|
|
2480
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant'] = PropTypes.exact({
|
|
2481
|
+
discriminator: PropTypes.oneOf(['paypal_merchant']).isRequired,
|
|
2482
|
+
id: PropTypes.string.isRequired,
|
|
2483
|
+
key: PropTypes.string.isRequired,
|
|
2484
|
+
organization_id: PropTypes.string.isRequired,
|
|
2485
|
+
external_id: PropTypes.string.isRequired,
|
|
2486
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2487
|
+
country: PropTypes.string.isRequired,
|
|
2488
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2489
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2490
|
+
created_at: PropTypes.string.isRequired,
|
|
2491
|
+
updated_at: PropTypes.string.isRequired,
|
|
2492
|
+
});
|
|
2493
|
+
|
|
2494
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant'] = PropTypes.exact({
|
|
2495
|
+
discriminator: PropTypes.oneOf(['fiserv_merchant']).isRequired,
|
|
2496
|
+
id: PropTypes.string.isRequired,
|
|
2497
|
+
key: PropTypes.string.isRequired,
|
|
2498
|
+
organization_id: PropTypes.string.isRequired,
|
|
2499
|
+
external_id: PropTypes.string.isRequired,
|
|
2500
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2501
|
+
base_currency: PropTypes.string.isRequired,
|
|
2502
|
+
funding_currency: PropTypes.string.isRequired,
|
|
2503
|
+
country: PropTypes.string.isRequired,
|
|
2504
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2505
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2506
|
+
created_at: PropTypes.string.isRequired,
|
|
2507
|
+
updated_at: PropTypes.string.isRequired,
|
|
2508
|
+
});
|
|
2509
|
+
|
|
2510
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant'] = PropTypes.exact({
|
|
2511
|
+
discriminator: PropTypes.oneOf(['adyen_merchant']).isRequired,
|
|
2512
|
+
id: PropTypes.string.isRequired,
|
|
2513
|
+
key: PropTypes.string.isRequired,
|
|
2514
|
+
organization_id: PropTypes.string.isRequired,
|
|
2515
|
+
external_id: PropTypes.string.isRequired,
|
|
2516
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2517
|
+
country: PropTypes.string.isRequired,
|
|
2518
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2519
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2520
|
+
created_at: PropTypes.string.isRequired,
|
|
2521
|
+
updated_at: PropTypes.string.isRequired,
|
|
2522
|
+
});
|
|
2523
|
+
|
|
2524
|
+
T['io.flow.payment.internal.v0.models.adyen_account_put_form'] = PropTypes.exact({
|
|
2525
|
+
discriminator: PropTypes.oneOf(['adyen_account_put_form']).isRequired,
|
|
2526
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2527
|
+
name: PropTypes.string.isRequired,
|
|
2528
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2529
|
+
authentication: T['io.flow.payment.internal.v0.models.adyen_authentication_form'].isRequired,
|
|
2530
|
+
country: PropTypes.string.isRequired,
|
|
2531
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2532
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2533
|
+
});
|
|
2534
|
+
|
|
2535
|
+
T['io.flow.payment.internal.v0.unions.processor_account_put_form'] = PropTypes.oneOfType([
|
|
2536
|
+
T['io.flow.payment.internal.v0.models.stripe_account_put_form'],
|
|
2537
|
+
T['io.flow.payment.internal.v0.models.adyen_account_put_form'],
|
|
2538
|
+
T['io.flow.payment.internal.v0.models.paypal_account_put_form'],
|
|
2539
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_put_form'],
|
|
2540
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_put_form'],
|
|
2541
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_put_form'],
|
|
2542
|
+
T['io.flow.payment.internal.v0.models.crypto_account_put_form'],
|
|
2543
|
+
]);
|
|
2544
|
+
|
|
2545
|
+
T['io.flow.payment.internal.v0.models.adyen_account_modification_form'] = PropTypes.exact({
|
|
2546
|
+
discriminator: PropTypes.oneOf(['adyen_account_modification_form']).isRequired,
|
|
2547
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2548
|
+
name: PropTypes.string.isRequired,
|
|
2549
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2550
|
+
country: PropTypes.string.isRequired,
|
|
2551
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2552
|
+
});
|
|
2553
|
+
|
|
2554
|
+
T['io.flow.payment.internal.v0.unions.processor_account_modification_form'] = PropTypes.oneOfType([
|
|
2555
|
+
T['io.flow.payment.internal.v0.models.stripe_account_modification_form'],
|
|
2556
|
+
T['io.flow.payment.internal.v0.models.adyen_account_modification_form'],
|
|
2557
|
+
T['io.flow.payment.internal.v0.models.paypal_account_modification_form'],
|
|
2558
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_modification_form'],
|
|
2559
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_modification_form'],
|
|
2560
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_modification_form'],
|
|
2561
|
+
T['io.flow.payment.internal.v0.models.crypto_account_modification_form'],
|
|
2562
|
+
]);
|
|
2563
|
+
|
|
2564
|
+
T['io.flow.payment.internal.v0.models.adyen_account'] = PropTypes.exact({
|
|
2565
|
+
discriminator: PropTypes.oneOf(['adyen_account']).isRequired,
|
|
2566
|
+
id: PropTypes.string.isRequired,
|
|
2567
|
+
organization_id: PropTypes.string.isRequired,
|
|
2568
|
+
key: PropTypes.string.isRequired,
|
|
2569
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2570
|
+
name: PropTypes.string.isRequired,
|
|
2571
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2572
|
+
authentication: T['io.flow.payment.internal.v0.models.adyen_authentication'].isRequired,
|
|
2573
|
+
country: PropTypes.string.isRequired,
|
|
2574
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2575
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2576
|
+
created_at: PropTypes.string.isRequired,
|
|
2577
|
+
updated_at: PropTypes.string.isRequired,
|
|
2578
|
+
});
|
|
2579
|
+
|
|
2580
|
+
T['io.flow.payment.internal.v0.unions.processor_account'] = PropTypes.oneOfType([
|
|
2581
|
+
T['io.flow.payment.internal.v0.models.stripe_account'],
|
|
2582
|
+
T['io.flow.payment.internal.v0.models.adyen_account'],
|
|
2583
|
+
T['io.flow.payment.internal.v0.models.paypal_account'],
|
|
2584
|
+
T['io.flow.payment.internal.v0.models.afterpay_account'],
|
|
2585
|
+
T['io.flow.payment.internal.v0.models.bitpay_account'],
|
|
2586
|
+
T['io.flow.payment.internal.v0.models.fiserv_account'],
|
|
2587
|
+
T['io.flow.payment.internal.v0.models.crypto_account'],
|
|
2588
|
+
]);
|
|
2589
|
+
|
|
1471
2590
|
T['io.flow.payment.gateway.v0.enums.payment_request_review_check_status'] = PropTypes.oneOf(['passed', 'failed']);
|
|
1472
2591
|
|
|
1473
2592
|
T['io.flow.payment.gateway.v0.enums.payment_request_review_check_type'] = PropTypes.oneOf([
|
|
@@ -1812,7 +2931,7 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_contact'] = PropTypes.exact({
|
|
|
1812
2931
|
country_code: PropTypes.string,
|
|
1813
2932
|
});
|
|
1814
2933
|
|
|
1815
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', '
|
|
2934
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', 'postalAddress', 'phoneticName']);
|
|
1816
2935
|
|
|
1817
2936
|
T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
1818
2937
|
'amex',
|
|
@@ -1824,12 +2943,12 @@ T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
|
1824
2943
|
'visa',
|
|
1825
2944
|
]);
|
|
1826
2945
|
|
|
1827
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', '
|
|
2946
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', 'storePickup', 'servicePickup']);
|
|
1828
2947
|
|
|
1829
2948
|
T['io.flow.apple.pay.v0.models.apple_pay_shipping_method'] = PropTypes.exact({
|
|
1830
2949
|
label: PropTypes.string.isRequired,
|
|
1831
2950
|
detail: PropTypes.string.isRequired,
|
|
1832
|
-
amount: PropTypes.
|
|
2951
|
+
amount: PropTypes.string.isRequired,
|
|
1833
2952
|
identifier: PropTypes.string.isRequired,
|
|
1834
2953
|
});
|
|
1835
2954
|
|
|
@@ -1838,7 +2957,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_merchant_capability'] = PropTypes.oneOf(
|
|
|
1838
2957
|
T['io.flow.apple.pay.v0.models.apple_pay_line_item'] = PropTypes.exact({
|
|
1839
2958
|
label: PropTypes.string.isRequired,
|
|
1840
2959
|
type: T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'].isRequired,
|
|
1841
|
-
amount: PropTypes.
|
|
2960
|
+
amount: PropTypes.string.isRequired,
|
|
1842
2961
|
});
|
|
1843
2962
|
|
|
1844
2963
|
T['io.flow.apple.pay.v0.models.apple_pay_payment_info'] = PropTypes.exact({
|
|
@@ -3701,6 +4820,80 @@ T['io.flow.adyen.v0.models.authorize_request'] = PropTypes.exact({
|
|
|
3701
4820
|
captureDelayHours: PropTypes.number,
|
|
3702
4821
|
});
|
|
3703
4822
|
|
|
4823
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form'] = PropTypes.exact({
|
|
4824
|
+
discriminator: PropTypes.oneOf(['discount']).isRequired,
|
|
4825
|
+
price: PropTypes.number.isRequired,
|
|
4826
|
+
});
|
|
4827
|
+
|
|
4828
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_reference'] = PropTypes.exact({
|
|
4829
|
+
id: PropTypes.string.isRequired,
|
|
4830
|
+
key: PropTypes.string.isRequired,
|
|
4831
|
+
number: PropTypes.string.isRequired,
|
|
4832
|
+
});
|
|
4833
|
+
|
|
4834
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'] = PropTypes.exact({
|
|
4835
|
+
rate: PropTypes.number.isRequired,
|
|
4836
|
+
amount: PropTypes.number.isRequired,
|
|
4837
|
+
});
|
|
4838
|
+
|
|
4839
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form'] = PropTypes.exact({
|
|
4840
|
+
discriminator: PropTypes.oneOf(['shipping']).isRequired,
|
|
4841
|
+
price: PropTypes.number.isRequired,
|
|
4842
|
+
discount: PropTypes.number,
|
|
4843
|
+
tax: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'],
|
|
4844
|
+
duty: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'],
|
|
4845
|
+
});
|
|
4846
|
+
|
|
4847
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form'] = PropTypes.exact({
|
|
4848
|
+
discriminator: PropTypes.oneOf(['item']).isRequired,
|
|
4849
|
+
item_number: PropTypes.string.isRequired,
|
|
4850
|
+
quantity: PropTypes.number.isRequired,
|
|
4851
|
+
unit_price: PropTypes.number.isRequired,
|
|
4852
|
+
unit_discount: PropTypes.number,
|
|
4853
|
+
unit_tax: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'],
|
|
4854
|
+
unit_duty: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'],
|
|
4855
|
+
});
|
|
4856
|
+
|
|
4857
|
+
T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form'] = PropTypes.oneOfType([
|
|
4858
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form'],
|
|
4859
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form'],
|
|
4860
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form'],
|
|
4861
|
+
]);
|
|
4862
|
+
|
|
4863
|
+
T['io.flow.consumer.invoice.v0.models.credit_memo_form'] = PropTypes.exact({
|
|
4864
|
+
refund_id: PropTypes.string,
|
|
4865
|
+
refund_key: PropTypes.string,
|
|
4866
|
+
refund_identifier: PropTypes.string,
|
|
4867
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form']).isRequired,
|
|
4868
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
4869
|
+
});
|
|
4870
|
+
|
|
4871
|
+
T['io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type'] = PropTypes.oneOf(['business_eu_verified', 'business_non_verified', 'individual']);
|
|
4872
|
+
T['io.flow.merchant.of.record.v0.enums.economic_title_location'] = PropTypes.oneOf(['high_seas', 'origination', 'destination']);
|
|
4873
|
+
|
|
4874
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'] = PropTypes.exact({
|
|
4875
|
+
id: PropTypes.string.isRequired,
|
|
4876
|
+
number: PropTypes.string.isRequired,
|
|
4877
|
+
submitted_at: PropTypes.string.isRequired,
|
|
4878
|
+
});
|
|
4879
|
+
|
|
4880
|
+
T['io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type'] = PropTypes.oneOf(['pdf']);
|
|
4881
|
+
T['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'] = PropTypes.oneOf(['self_bill_invoice', 'invoice']);
|
|
4882
|
+
|
|
4883
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_document'] = PropTypes.exact({
|
|
4884
|
+
type: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type'].isRequired,
|
|
4885
|
+
language: PropTypes.string.isRequired,
|
|
4886
|
+
url: PropTypes.string.isRequired,
|
|
4887
|
+
});
|
|
4888
|
+
|
|
4889
|
+
T['io.flow.consumer.invoice.v0.models.b2b_invoice_reference'] = PropTypes.exact({
|
|
4890
|
+
id: PropTypes.string.isRequired,
|
|
4891
|
+
key: PropTypes.string.isRequired,
|
|
4892
|
+
number: PropTypes.string.isRequired,
|
|
4893
|
+
});
|
|
4894
|
+
|
|
4895
|
+
T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'] = PropTypes.oneOf(['pending', 'available', 'invalid']);
|
|
4896
|
+
|
|
3704
4897
|
T['io.flow.brickftp.v0.models.file_summary'] = PropTypes.exact({
|
|
3705
4898
|
type: PropTypes.oneOf(['file']).isRequired,
|
|
3706
4899
|
path: PropTypes.string.isRequired,
|
|
@@ -5778,6 +6971,368 @@ T['io.flow.stripe.v0.models.keys'] = PropTypes.exact({
|
|
|
5778
6971
|
publishable: PropTypes.string,
|
|
5779
6972
|
});
|
|
5780
6973
|
|
|
6974
|
+
T['io.flow.billing.internal.v0.enums.bank_payment_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed']);
|
|
6975
|
+
|
|
6976
|
+
T['io.flow.billing.csv.v0.models.flow_finance_payment_summary'] = PropTypes.exact({
|
|
6977
|
+
id: PropTypes.string.isRequired,
|
|
6978
|
+
status: T['io.flow.billing.internal.v0.enums.bank_payment_status_code'].isRequired,
|
|
6979
|
+
amount: PropTypes.number.isRequired,
|
|
6980
|
+
bank_account_last4: PropTypes.string,
|
|
6981
|
+
});
|
|
6982
|
+
|
|
6983
|
+
T['io.flow.billing.csv.v0.models.flow_finance_statement_summary'] = PropTypes.exact({
|
|
6984
|
+
account_id: PropTypes.string.isRequired,
|
|
6985
|
+
payment: T['io.flow.billing.csv.v0.models.flow_finance_payment_summary'],
|
|
6986
|
+
statement_id: PropTypes.string.isRequired,
|
|
6987
|
+
settlement_currency: PropTypes.string.isRequired,
|
|
6988
|
+
starting_balance: PropTypes.number.isRequired,
|
|
6989
|
+
balance_forward: PropTypes.number.isRequired,
|
|
6990
|
+
transactions_posted: PropTypes.number.isRequired,
|
|
6991
|
+
platform_fee: PropTypes.number.isRequired,
|
|
6992
|
+
account_balance: PropTypes.number.isRequired,
|
|
6993
|
+
dispute_balance: PropTypes.number.isRequired,
|
|
6994
|
+
one_time_adjustments: PropTypes.objectOf(PropTypes.number).isRequired,
|
|
6995
|
+
});
|
|
6996
|
+
|
|
6997
|
+
T['io.flow.billing.internal.v0.enums.account_type'] = PropTypes.oneOf(['channel', 'organization']);
|
|
6998
|
+
|
|
6999
|
+
T['io.flow.billing.internal.v0.models.account_source'] = PropTypes.exact({
|
|
7000
|
+
id: PropTypes.string.isRequired,
|
|
7001
|
+
type: T['io.flow.billing.internal.v0.enums.account_type'].isRequired,
|
|
7002
|
+
});
|
|
7003
|
+
|
|
7004
|
+
T['io.flow.billing.internal.v0.models.account_summary'] = PropTypes.exact({
|
|
7005
|
+
id: PropTypes.string.isRequired,
|
|
7006
|
+
currency: PropTypes.string.isRequired,
|
|
7007
|
+
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7008
|
+
});
|
|
7009
|
+
|
|
7010
|
+
T['io.flow.billing.v0.models.billing_channel_organization_summary'] = PropTypes.exact({
|
|
7011
|
+
id: PropTypes.string.isRequired,
|
|
7012
|
+
});
|
|
7013
|
+
|
|
7014
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'] = PropTypes.exact({
|
|
7015
|
+
id: PropTypes.string.isRequired,
|
|
7016
|
+
type: T['io.flow.billing.internal.v0.enums.account_type'].isRequired,
|
|
7017
|
+
});
|
|
7018
|
+
|
|
7019
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order_detail'] = PropTypes.exact({
|
|
7020
|
+
currency: PropTypes.string.isRequired,
|
|
7021
|
+
adjustment: PropTypes.number.isRequired,
|
|
7022
|
+
subtotal: PropTypes.number.isRequired,
|
|
7023
|
+
vat: PropTypes.number.isRequired,
|
|
7024
|
+
duty: PropTypes.number.isRequired,
|
|
7025
|
+
shipping: PropTypes.number.isRequired,
|
|
7026
|
+
insurance: PropTypes.number.isRequired,
|
|
7027
|
+
discount: PropTypes.number.isRequired,
|
|
7028
|
+
total: PropTypes.number.isRequired,
|
|
7029
|
+
freight: PropTypes.number.isRequired,
|
|
7030
|
+
});
|
|
7031
|
+
|
|
7032
|
+
T['io.flow.billing.internal.v0.models.discount'] = PropTypes.exact({
|
|
7033
|
+
amount: PropTypes.number.isRequired,
|
|
7034
|
+
description: PropTypes.string,
|
|
7035
|
+
});
|
|
7036
|
+
|
|
7037
|
+
T['io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail'] = PropTypes.exact({
|
|
7038
|
+
ratecard_base_cost: PropTypes.number.isRequired,
|
|
7039
|
+
ratecard_ddp_fee: PropTypes.number.isRequired,
|
|
7040
|
+
ratecard_emergency_situation_surcharge: PropTypes.number.isRequired,
|
|
7041
|
+
ratecard_peak_surcharge: PropTypes.number.isRequired,
|
|
7042
|
+
ratecard_fuel_surcharge: PropTypes.number.isRequired,
|
|
7043
|
+
ratecard_oversized_shipment_fee: PropTypes.number.isRequired,
|
|
7044
|
+
ratecard_rural_shipment_fee: PropTypes.number.isRequired,
|
|
7045
|
+
center_commercial_invoice_fee: PropTypes.number.isRequired,
|
|
7046
|
+
center_inbound_carton_fee: PropTypes.number.isRequired,
|
|
7047
|
+
center_outbound_carton_fee: PropTypes.number.isRequired,
|
|
7048
|
+
});
|
|
7049
|
+
|
|
7050
|
+
T['io.flow.billing.csv.v0.models.billing_csv_center'] = PropTypes.exact({
|
|
7051
|
+
key: PropTypes.string.isRequired,
|
|
7052
|
+
});
|
|
7053
|
+
|
|
7054
|
+
T['io.flow.billing.internal.v0.models.billing_order_destination'] = PropTypes.exact({
|
|
7055
|
+
city: PropTypes.string,
|
|
7056
|
+
province: PropTypes.string,
|
|
7057
|
+
postal: PropTypes.string,
|
|
7058
|
+
country: PropTypes.string.isRequired,
|
|
7059
|
+
});
|
|
7060
|
+
|
|
7061
|
+
T['io.flow.billing.internal.v0.models.billing_order_summary'] = PropTypes.exact({
|
|
7062
|
+
number: PropTypes.string.isRequired,
|
|
7063
|
+
submitted_at: PropTypes.string.isRequired,
|
|
7064
|
+
primary_identifier: PropTypes.string,
|
|
7065
|
+
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
7066
|
+
destination: T['io.flow.billing.internal.v0.models.billing_order_destination'],
|
|
7067
|
+
});
|
|
7068
|
+
|
|
7069
|
+
T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'] = PropTypes.exact({
|
|
7070
|
+
id: PropTypes.string.isRequired,
|
|
7071
|
+
number: PropTypes.string.isRequired,
|
|
7072
|
+
date: PropTypes.string.isRequired,
|
|
7073
|
+
key: PropTypes.string.isRequired,
|
|
7074
|
+
});
|
|
7075
|
+
|
|
7076
|
+
T['io.flow.billing.csv.v0.models.billing_csv_fee'] = PropTypes.exact({
|
|
7077
|
+
amount: PropTypes.number.isRequired,
|
|
7078
|
+
description: PropTypes.string,
|
|
7079
|
+
});
|
|
7080
|
+
|
|
7081
|
+
T['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'] = PropTypes.exact({
|
|
7082
|
+
base_currency: PropTypes.string.isRequired,
|
|
7083
|
+
local_currency: PropTypes.string.isRequired,
|
|
7084
|
+
rate: PropTypes.number.isRequired,
|
|
7085
|
+
});
|
|
7086
|
+
|
|
7087
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order_summary'] = PropTypes.exact({
|
|
7088
|
+
number: PropTypes.string.isRequired,
|
|
7089
|
+
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
7090
|
+
});
|
|
7091
|
+
|
|
7092
|
+
T['io.flow.billing.csv.v0.models.account_summary'] = PropTypes.exact({
|
|
7093
|
+
id: PropTypes.string.isRequired,
|
|
7094
|
+
currency: PropTypes.string.isRequired,
|
|
7095
|
+
});
|
|
7096
|
+
|
|
7097
|
+
T['io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction'] = PropTypes.exact({
|
|
7098
|
+
id: PropTypes.string.isRequired,
|
|
7099
|
+
account: T['io.flow.billing.csv.v0.models.account_summary'].isRequired,
|
|
7100
|
+
local_currency: PropTypes.string.isRequired,
|
|
7101
|
+
base_amount: PropTypes.number.isRequired,
|
|
7102
|
+
total_fees: PropTypes.number.isRequired,
|
|
7103
|
+
payment_method: PropTypes.string.isRequired,
|
|
7104
|
+
});
|
|
7105
|
+
|
|
7106
|
+
T['io.flow.billing.csv.v0.models.billing_csv_tier'] = PropTypes.exact({
|
|
7107
|
+
name: PropTypes.string.isRequired,
|
|
7108
|
+
});
|
|
7109
|
+
|
|
7110
|
+
T['io.flow.billing.internal.v0.enums.responsible_party'] = PropTypes.oneOf(['flow', 'organization']);
|
|
7111
|
+
|
|
7112
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_form'] = PropTypes.exact({
|
|
7113
|
+
responsible_party: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
7114
|
+
|
|
7115
|
+
tracking: PropTypes.arrayOf(
|
|
7116
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking_form'],
|
|
7117
|
+
),
|
|
7118
|
+
});
|
|
7119
|
+
|
|
7120
|
+
T['io.flow.billing.csv.v0.models.billing_csv_service'] = PropTypes.exact({
|
|
7121
|
+
id: PropTypes.string.isRequired,
|
|
7122
|
+
});
|
|
7123
|
+
|
|
7124
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'] = PropTypes.exact({
|
|
7125
|
+
delivery_option_id: PropTypes.string.isRequired,
|
|
7126
|
+
ratecard_owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
7127
|
+
service: T['io.flow.billing.csv.v0.models.billing_csv_service'].isRequired,
|
|
7128
|
+
center: T['io.flow.billing.csv.v0.models.billing_csv_center'].isRequired,
|
|
7129
|
+
ship_from_country: PropTypes.string.isRequired,
|
|
7130
|
+
delivered_duty: PropTypes.string.isRequired,
|
|
7131
|
+
});
|
|
7132
|
+
|
|
7133
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'] = PropTypes.exact({
|
|
7134
|
+
total: PropTypes.number.isRequired,
|
|
7135
|
+
subtotal: PropTypes.number.isRequired,
|
|
7136
|
+
discount: PropTypes.number.isRequired,
|
|
7137
|
+
vat: PropTypes.number.isRequired,
|
|
7138
|
+
duty: PropTypes.number.isRequired,
|
|
7139
|
+
shipping: PropTypes.number.isRequired,
|
|
7140
|
+
vat_subsidy: PropTypes.number,
|
|
7141
|
+
duty_subsidy: PropTypes.number,
|
|
7142
|
+
estimated_freight: PropTypes.number.isRequired,
|
|
7143
|
+
|
|
7144
|
+
selected_deliveries: PropTypes.arrayOf(
|
|
7145
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'],
|
|
7146
|
+
).isRequired,
|
|
7147
|
+
});
|
|
7148
|
+
|
|
7149
|
+
T['io.flow.billing.csv.v0.models.billing_csv_carrier'] = PropTypes.exact({
|
|
7150
|
+
id: PropTypes.string.isRequired,
|
|
7151
|
+
});
|
|
7152
|
+
|
|
7153
|
+
T['io.flow.billing.csv.v0.models.billing_channel_csv_order_detail'] = PropTypes.exact({
|
|
7154
|
+
currency: PropTypes.string.isRequired,
|
|
7155
|
+
freight: PropTypes.number.isRequired,
|
|
7156
|
+
total: PropTypes.number.isRequired,
|
|
7157
|
+
subtotal: PropTypes.number.isRequired,
|
|
7158
|
+
vat: PropTypes.number.isRequired,
|
|
7159
|
+
duty: PropTypes.number.isRequired,
|
|
7160
|
+
discount: PropTypes.number.isRequired,
|
|
7161
|
+
adjustment: PropTypes.number.isRequired,
|
|
7162
|
+
insurance: PropTypes.number.isRequired,
|
|
7163
|
+
shipping: PropTypes.number.isRequired,
|
|
7164
|
+
});
|
|
7165
|
+
|
|
7166
|
+
T['io.flow.google.pay.v0.models.direct_payment_method_token'] = PropTypes.exact({
|
|
7167
|
+
discriminator: PropTypes.oneOf(['direct_payment_method_token']).isRequired,
|
|
7168
|
+
protocolVersion: PropTypes.string.isRequired,
|
|
7169
|
+
signature: PropTypes.string.isRequired,
|
|
7170
|
+
signedMessage: PropTypes.string.isRequired,
|
|
7171
|
+
});
|
|
7172
|
+
|
|
7173
|
+
T['io.flow.stripe.v0.models.card'] = PropTypes.exact({
|
|
7174
|
+
id: PropTypes.string.isRequired,
|
|
7175
|
+
object: PropTypes.string.isRequired,
|
|
7176
|
+
address_city: PropTypes.string,
|
|
7177
|
+
address_country: PropTypes.string,
|
|
7178
|
+
address_line1: PropTypes.string,
|
|
7179
|
+
address_line1_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
7180
|
+
address_line2: PropTypes.string,
|
|
7181
|
+
address_state: PropTypes.string,
|
|
7182
|
+
address_zip: PropTypes.string,
|
|
7183
|
+
address_zip_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
7184
|
+
brand: T['io.flow.stripe.v0.enums.card_brand'],
|
|
7185
|
+
country: PropTypes.string,
|
|
7186
|
+
currency: PropTypes.string,
|
|
7187
|
+
cvc_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
7188
|
+
dynamic_last4: PropTypes.string,
|
|
7189
|
+
exp_month: PropTypes.number.isRequired,
|
|
7190
|
+
exp_year: PropTypes.number.isRequired,
|
|
7191
|
+
fingerprint: PropTypes.string,
|
|
7192
|
+
funding: T['io.flow.stripe.v0.enums.card_funding_type'],
|
|
7193
|
+
last4: PropTypes.string,
|
|
7194
|
+
name: PropTypes.string,
|
|
7195
|
+
tokenization_method: PropTypes.string,
|
|
7196
|
+
});
|
|
7197
|
+
|
|
7198
|
+
T['io.flow.stripe.v0.enums.token_type'] = PropTypes.oneOf(['account', 'bank_account', 'card', 'pii']);
|
|
7199
|
+
|
|
7200
|
+
T['io.flow.stripe.v0.models.token'] = PropTypes.exact({
|
|
7201
|
+
id: PropTypes.string.isRequired,
|
|
7202
|
+
object: PropTypes.string.isRequired,
|
|
7203
|
+
client_ip: PropTypes.string.isRequired,
|
|
7204
|
+
created: PropTypes.number.isRequired,
|
|
7205
|
+
livemode: PropTypes.bool.isRequired,
|
|
7206
|
+
type: T['io.flow.stripe.v0.enums.token_type'].isRequired,
|
|
7207
|
+
used: PropTypes.bool.isRequired,
|
|
7208
|
+
card: T['io.flow.stripe.v0.models.card'],
|
|
7209
|
+
});
|
|
7210
|
+
|
|
7211
|
+
T['io.flow.google.pay.v0.models.stripe_payment_method_token'] = PropTypes.exact({
|
|
7212
|
+
discriminator: PropTypes.oneOf(['stripe_payment_method_token']).isRequired,
|
|
7213
|
+
token: T['io.flow.stripe.v0.models.token'].isRequired,
|
|
7214
|
+
});
|
|
7215
|
+
|
|
7216
|
+
T['io.flow.google.pay.v0.unions.payment_method_token'] = PropTypes.oneOfType([
|
|
7217
|
+
T['io.flow.google.pay.v0.models.direct_payment_method_token'],
|
|
7218
|
+
T['io.flow.google.pay.v0.models.stripe_payment_method_token'],
|
|
7219
|
+
]);
|
|
7220
|
+
|
|
7221
|
+
T['io.flow.google.pay.v0.enums.tokenization_type'] = PropTypes.oneOf(['PAYMENT_GATEWAY', 'DIRECT']);
|
|
7222
|
+
T['io.flow.google.pay.v0.enums.total_price_status'] = PropTypes.oneOf(['NOT_CURRENTLY_KNOWN', 'ESTIMATED', 'FINAL']);
|
|
7223
|
+
|
|
7224
|
+
T['io.flow.google.pay.v0.models.shipping_address_parameters'] = PropTypes.exact({
|
|
7225
|
+
allowedCountryCodes: PropTypes.arrayOf(PropTypes.string),
|
|
7226
|
+
});
|
|
7227
|
+
|
|
7228
|
+
T['io.flow.google.pay.v0.models.transaction_info'] = PropTypes.exact({
|
|
7229
|
+
totalPriceStatus: T['io.flow.google.pay.v0.enums.total_price_status'].isRequired,
|
|
7230
|
+
totalPrice: PropTypes.string,
|
|
7231
|
+
currencyCode: PropTypes.string,
|
|
7232
|
+
});
|
|
7233
|
+
|
|
7234
|
+
T['io.flow.google.pay.v0.models.merchant_info'] = PropTypes.exact({
|
|
7235
|
+
merchantId: PropTypes.string.isRequired,
|
|
7236
|
+
merchantName: PropTypes.string,
|
|
7237
|
+
authJwt: PropTypes.string,
|
|
7238
|
+
});
|
|
7239
|
+
|
|
7240
|
+
T['io.flow.google.pay.v0.models.payment_method_tokenization_data'] = PropTypes.exact({
|
|
7241
|
+
type: PropTypes.string.isRequired,
|
|
7242
|
+
token: PropTypes.string,
|
|
7243
|
+
});
|
|
7244
|
+
|
|
7245
|
+
T['io.flow.google.pay.v0.models.payment_method_tokenization_specification'] = PropTypes.exact({
|
|
7246
|
+
type: T['io.flow.google.pay.v0.enums.tokenization_type'].isRequired,
|
|
7247
|
+
parameters: PropTypes.object.isRequired,
|
|
7248
|
+
});
|
|
7249
|
+
|
|
7250
|
+
T['io.flow.google.pay.v0.enums.payment_method_type'] = PropTypes.oneOf(['CARD']);
|
|
7251
|
+
T['io.flow.google.pay.v0.enums.card_network'] = PropTypes.oneOf(['AMEX', 'DISCOVER', 'JCB', 'MASTERCARD', 'VISA']);
|
|
7252
|
+
T['io.flow.google.pay.v0.enums.auth_method'] = PropTypes.oneOf(['PAN_ONLY', 'CRYPTOGRAM_3DS']);
|
|
7253
|
+
|
|
7254
|
+
T['io.flow.google.pay.v0.models.payment_method_details'] = PropTypes.exact({
|
|
7255
|
+
pan: PropTypes.string.isRequired,
|
|
7256
|
+
expirationMonth: PropTypes.number.isRequired,
|
|
7257
|
+
expirationYear: PropTypes.number.isRequired,
|
|
7258
|
+
authMethod: T['io.flow.google.pay.v0.enums.auth_method'].isRequired,
|
|
7259
|
+
cryptogram: PropTypes.string,
|
|
7260
|
+
eciIndicator: PropTypes.string,
|
|
7261
|
+
});
|
|
7262
|
+
|
|
7263
|
+
T['io.flow.google.pay.v0.models.address'] = PropTypes.exact({
|
|
7264
|
+
name: PropTypes.string.isRequired,
|
|
7265
|
+
postalCode: PropTypes.string.isRequired,
|
|
7266
|
+
countryCode: PropTypes.string.isRequired,
|
|
7267
|
+
phoneNumber: PropTypes.string.isRequired,
|
|
7268
|
+
companyName: PropTypes.string.isRequired,
|
|
7269
|
+
address1: PropTypes.string.isRequired,
|
|
7270
|
+
address2: PropTypes.string.isRequired,
|
|
7271
|
+
address3: PropTypes.string.isRequired,
|
|
7272
|
+
locality: PropTypes.string.isRequired,
|
|
7273
|
+
administrativeArea: PropTypes.string.isRequired,
|
|
7274
|
+
sortingCode: PropTypes.string.isRequired,
|
|
7275
|
+
});
|
|
7276
|
+
|
|
7277
|
+
T['io.flow.google.pay.v0.models.card_payment_method_data_info'] = PropTypes.exact({
|
|
7278
|
+
cardDetails: PropTypes.string.isRequired,
|
|
7279
|
+
cardNetwork: PropTypes.string.isRequired,
|
|
7280
|
+
billingAddress: T['io.flow.google.pay.v0.models.address'],
|
|
7281
|
+
});
|
|
7282
|
+
|
|
7283
|
+
T['io.flow.google.pay.v0.models.payment_method_data'] = PropTypes.exact({
|
|
7284
|
+
type: T['io.flow.google.pay.v0.enums.payment_method_type'].isRequired,
|
|
7285
|
+
description: PropTypes.string.isRequired,
|
|
7286
|
+
info: T['io.flow.google.pay.v0.models.card_payment_method_data_info'].isRequired,
|
|
7287
|
+
tokenizationData: T['io.flow.google.pay.v0.models.payment_method_tokenization_data'].isRequired,
|
|
7288
|
+
});
|
|
7289
|
+
|
|
7290
|
+
T['io.flow.google.pay.v0.models.payment_data'] = PropTypes.exact({
|
|
7291
|
+
apiVersion: PropTypes.number.isRequired,
|
|
7292
|
+
apiVersionMinor: PropTypes.number.isRequired,
|
|
7293
|
+
paymentMethodData: T['io.flow.google.pay.v0.models.payment_method_data'].isRequired,
|
|
7294
|
+
email: PropTypes.string,
|
|
7295
|
+
shippingAddress: T['io.flow.google.pay.v0.models.address'],
|
|
7296
|
+
});
|
|
7297
|
+
|
|
7298
|
+
T['io.flow.google.pay.v0.enums.billing_address_format'] = PropTypes.oneOf(['MIN', 'FULL']);
|
|
7299
|
+
|
|
7300
|
+
T['io.flow.google.pay.v0.models.billing_address_parameters'] = PropTypes.exact({
|
|
7301
|
+
format: T['io.flow.google.pay.v0.enums.billing_address_format'],
|
|
7302
|
+
phoneNumberRequired: PropTypes.bool,
|
|
7303
|
+
});
|
|
7304
|
+
|
|
7305
|
+
T['io.flow.google.pay.v0.models.card_payment_method_parameters'] = PropTypes.exact({
|
|
7306
|
+
allowedAuthMethods: PropTypes.arrayOf(T['io.flow.google.pay.v0.enums.auth_method']).isRequired,
|
|
7307
|
+
allowedCardNetworks: PropTypes.arrayOf(T['io.flow.google.pay.v0.enums.card_network']).isRequired,
|
|
7308
|
+
billingAddressRequired: PropTypes.bool,
|
|
7309
|
+
billingAddressParameters: T['io.flow.google.pay.v0.models.billing_address_parameters'],
|
|
7310
|
+
});
|
|
7311
|
+
|
|
7312
|
+
T['io.flow.google.pay.v0.models.payment_method'] = PropTypes.exact({
|
|
7313
|
+
type: T['io.flow.google.pay.v0.enums.payment_method_type'].isRequired,
|
|
7314
|
+
parameters: T['io.flow.google.pay.v0.models.card_payment_method_parameters'].isRequired,
|
|
7315
|
+
tokenizationSpecification: T['io.flow.google.pay.v0.models.payment_method_tokenization_specification'].isRequired,
|
|
7316
|
+
});
|
|
7317
|
+
|
|
7318
|
+
T['io.flow.google.pay.v0.models.payment_data_request'] = PropTypes.exact({
|
|
7319
|
+
apiVersion: PropTypes.number.isRequired,
|
|
7320
|
+
apiVersionMinor: PropTypes.number.isRequired,
|
|
7321
|
+
merchantInfo: T['io.flow.google.pay.v0.models.merchant_info'].isRequired,
|
|
7322
|
+
allowedPaymentMethods: PropTypes.arrayOf(T['io.flow.google.pay.v0.models.payment_method']).isRequired,
|
|
7323
|
+
transactionInfo: T['io.flow.google.pay.v0.models.transaction_info'].isRequired,
|
|
7324
|
+
emailRequired: PropTypes.bool,
|
|
7325
|
+
shippingAddressRequired: PropTypes.bool,
|
|
7326
|
+
shippingAddressParameters: T['io.flow.google.pay.v0.models.shipping_address_parameters'],
|
|
7327
|
+
});
|
|
7328
|
+
|
|
7329
|
+
T['io.flow.google.pay.v0.models.encrypted_message'] = PropTypes.exact({
|
|
7330
|
+
messageExpiration: PropTypes.string.isRequired,
|
|
7331
|
+
messageId: PropTypes.string.isRequired,
|
|
7332
|
+
paymentMethod: T['io.flow.google.pay.v0.models.payment_method'].isRequired,
|
|
7333
|
+
paymentMethodDetails: T['io.flow.google.pay.v0.models.payment_method_details'].isRequired,
|
|
7334
|
+
});
|
|
7335
|
+
|
|
5781
7336
|
T['io.flow.payment.v0.models.merchant_of_record_payment_form'] = PropTypes.exact({
|
|
5782
7337
|
discriminator: PropTypes.oneOf(['merchant_of_record_payment_form']).isRequired,
|
|
5783
7338
|
method: PropTypes.string.isRequired,
|
|
@@ -6539,6 +8094,48 @@ T['io.flow.export.v0.models.account_transactions_export_type'] = PropTypes.exact
|
|
|
6539
8094
|
|
|
6540
8095
|
T['io.flow.export.v0.unions.export_delivery'] = PropTypes.oneOfType([T['io.flow.export.v0.models.export_delivery_email']]);
|
|
6541
8096
|
T['io.flow.export.v0.enums.export_status'] = PropTypes.oneOf(['created', 'processing', 'completed', 'failed']);
|
|
8097
|
+
T['io.flow.invoice.v0.enums.payment_term'] = PropTypes.oneOf(['net7', 'net15', 'net30']);
|
|
8098
|
+
|
|
8099
|
+
T['io.flow.billing.internal.v0.models.billing_organization_settings'] = PropTypes.exact({
|
|
8100
|
+
id: PropTypes.string.isRequired,
|
|
8101
|
+
days_until_posted: PropTypes.number.isRequired,
|
|
8102
|
+
logistics: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8103
|
+
include_transaction_created_at: PropTypes.bool.isRequired,
|
|
8104
|
+
include_order_exchange_rate: PropTypes.bool.isRequired,
|
|
8105
|
+
send_statements_to_flow_ftp_server: PropTypes.bool.isRequired,
|
|
8106
|
+
invoicing_terms: T['io.flow.invoice.v0.enums.payment_term'],
|
|
8107
|
+
transfer_method: T['io.flow.billing.internal.v0.enums.transfer_method'],
|
|
8108
|
+
b2b_tax_remittance_days: PropTypes.number,
|
|
8109
|
+
mor_fee: PropTypes.number,
|
|
8110
|
+
duty_guarantee_fee: PropTypes.number,
|
|
8111
|
+
order_service_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8112
|
+
label_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8113
|
+
});
|
|
8114
|
+
|
|
8115
|
+
T['io.flow.billing.internal.v0.models.account_settings'] = PropTypes.exact({
|
|
8116
|
+
id: PropTypes.string.isRequired,
|
|
8117
|
+
days_until_posted: PropTypes.number.isRequired,
|
|
8118
|
+
logistics: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8119
|
+
include_transaction_created_at: PropTypes.bool.isRequired,
|
|
8120
|
+
include_order_exchange_rate: PropTypes.bool.isRequired,
|
|
8121
|
+
send_statements_to_flow_ftp_server: PropTypes.bool.isRequired,
|
|
8122
|
+
invoicing_terms: T['io.flow.invoice.v0.enums.payment_term'],
|
|
8123
|
+
transfer_method: T['io.flow.billing.internal.v0.enums.transfer_method'],
|
|
8124
|
+
b2b_tax_remittance_days: PropTypes.number,
|
|
8125
|
+
merchant_of_record_fee: PropTypes.number,
|
|
8126
|
+
duty_guarantee_fee: PropTypes.number,
|
|
8127
|
+
transfer_fee: PropTypes.number,
|
|
8128
|
+
order_service_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8129
|
+
label_fees: T['io.flow.billing.internal.v0.models.account_setting_label_fees'],
|
|
8130
|
+
charge_label_cost_directly: PropTypes.bool.isRequired,
|
|
8131
|
+
transaction_posting_method: T['io.flow.billing.internal.v0.enums.transaction_posting_method'].isRequired,
|
|
8132
|
+
statement_transfer_transaction_location: T['io.flow.billing.internal.v0.enums.statement_transfer_transaction_location'].isRequired,
|
|
8133
|
+
fees_source: T['io.flow.billing.internal.v0.enums.fees_source'].isRequired,
|
|
8134
|
+
require_payment_request: PropTypes.bool.isRequired,
|
|
8135
|
+
round_individual_transactions: PropTypes.bool.isRequired,
|
|
8136
|
+
liabilities_method: T['io.flow.billing.internal.v0.enums.account_setting_liabilities_method'].isRequired,
|
|
8137
|
+
enable_fee_reversals: PropTypes.bool.isRequired,
|
|
8138
|
+
});
|
|
6542
8139
|
|
|
6543
8140
|
T['io.flow.reference.v0.models.locale_numbers'] = PropTypes.exact({
|
|
6544
8141
|
decimal: PropTypes.string.isRequired,
|
|
@@ -6634,8 +8231,6 @@ T['io.flow.label.v0.models.label_order_summary'] = PropTypes.exact({
|
|
|
6634
8231
|
number: PropTypes.string.isRequired,
|
|
6635
8232
|
});
|
|
6636
8233
|
|
|
6637
|
-
T['io.flow.label.v0.enums.cost_estimate_source'] = PropTypes.oneOf(['flow', 'channel']);
|
|
6638
|
-
|
|
6639
8234
|
T['io.flow.return.v0.enums.return_tracking_status'] = PropTypes.oneOf([
|
|
6640
8235
|
'awaiting_customs_clearance',
|
|
6641
8236
|
'cancel_requested',
|
|
@@ -6666,176 +8261,6 @@ T['io.flow.return.v0.models.return_order_reference'] = PropTypes.exact({
|
|
|
6666
8261
|
number: PropTypes.string.isRequired,
|
|
6667
8262
|
});
|
|
6668
8263
|
|
|
6669
|
-
T['io.flow.google.pay.v0.models.direct_payment_method_token'] = PropTypes.exact({
|
|
6670
|
-
discriminator: PropTypes.oneOf(['direct_payment_method_token']).isRequired,
|
|
6671
|
-
protocolVersion: PropTypes.string.isRequired,
|
|
6672
|
-
signature: PropTypes.string.isRequired,
|
|
6673
|
-
signedMessage: PropTypes.string.isRequired,
|
|
6674
|
-
});
|
|
6675
|
-
|
|
6676
|
-
T['io.flow.stripe.v0.models.card'] = PropTypes.exact({
|
|
6677
|
-
id: PropTypes.string.isRequired,
|
|
6678
|
-
object: PropTypes.string.isRequired,
|
|
6679
|
-
address_city: PropTypes.string,
|
|
6680
|
-
address_country: PropTypes.string,
|
|
6681
|
-
address_line1: PropTypes.string,
|
|
6682
|
-
address_line1_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
6683
|
-
address_line2: PropTypes.string,
|
|
6684
|
-
address_state: PropTypes.string,
|
|
6685
|
-
address_zip: PropTypes.string,
|
|
6686
|
-
address_zip_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
6687
|
-
brand: T['io.flow.stripe.v0.enums.card_brand'],
|
|
6688
|
-
country: PropTypes.string,
|
|
6689
|
-
currency: PropTypes.string,
|
|
6690
|
-
cvc_check: T['io.flow.stripe.v0.enums.check_outcome'],
|
|
6691
|
-
dynamic_last4: PropTypes.string,
|
|
6692
|
-
exp_month: PropTypes.number.isRequired,
|
|
6693
|
-
exp_year: PropTypes.number.isRequired,
|
|
6694
|
-
fingerprint: PropTypes.string,
|
|
6695
|
-
funding: T['io.flow.stripe.v0.enums.card_funding_type'],
|
|
6696
|
-
last4: PropTypes.string,
|
|
6697
|
-
name: PropTypes.string,
|
|
6698
|
-
tokenization_method: PropTypes.string,
|
|
6699
|
-
});
|
|
6700
|
-
|
|
6701
|
-
T['io.flow.stripe.v0.enums.token_type'] = PropTypes.oneOf(['account', 'bank_account', 'card', 'pii']);
|
|
6702
|
-
|
|
6703
|
-
T['io.flow.stripe.v0.models.token'] = PropTypes.exact({
|
|
6704
|
-
id: PropTypes.string.isRequired,
|
|
6705
|
-
object: PropTypes.string.isRequired,
|
|
6706
|
-
client_ip: PropTypes.string.isRequired,
|
|
6707
|
-
created: PropTypes.number.isRequired,
|
|
6708
|
-
livemode: PropTypes.bool.isRequired,
|
|
6709
|
-
type: T['io.flow.stripe.v0.enums.token_type'].isRequired,
|
|
6710
|
-
used: PropTypes.bool.isRequired,
|
|
6711
|
-
card: T['io.flow.stripe.v0.models.card'],
|
|
6712
|
-
});
|
|
6713
|
-
|
|
6714
|
-
T['io.flow.google.pay.v0.models.stripe_payment_method_token'] = PropTypes.exact({
|
|
6715
|
-
discriminator: PropTypes.oneOf(['stripe_payment_method_token']).isRequired,
|
|
6716
|
-
token: T['io.flow.stripe.v0.models.token'].isRequired,
|
|
6717
|
-
});
|
|
6718
|
-
|
|
6719
|
-
T['io.flow.google.pay.v0.unions.payment_method_token'] = PropTypes.oneOfType([
|
|
6720
|
-
T['io.flow.google.pay.v0.models.direct_payment_method_token'],
|
|
6721
|
-
T['io.flow.google.pay.v0.models.stripe_payment_method_token'],
|
|
6722
|
-
]);
|
|
6723
|
-
|
|
6724
|
-
T['io.flow.google.pay.v0.enums.tokenization_type'] = PropTypes.oneOf(['PAYMENT_GATEWAY', 'DIRECT']);
|
|
6725
|
-
T['io.flow.google.pay.v0.enums.total_price_status'] = PropTypes.oneOf(['NOT_CURRENTLY_KNOWN', 'ESTIMATED', 'FINAL']);
|
|
6726
|
-
|
|
6727
|
-
T['io.flow.google.pay.v0.models.shipping_address_parameters'] = PropTypes.exact({
|
|
6728
|
-
allowedCountryCodes: PropTypes.arrayOf(PropTypes.string),
|
|
6729
|
-
});
|
|
6730
|
-
|
|
6731
|
-
T['io.flow.google.pay.v0.models.transaction_info'] = PropTypes.exact({
|
|
6732
|
-
totalPriceStatus: T['io.flow.google.pay.v0.enums.total_price_status'].isRequired,
|
|
6733
|
-
totalPrice: PropTypes.string,
|
|
6734
|
-
currencyCode: PropTypes.string,
|
|
6735
|
-
});
|
|
6736
|
-
|
|
6737
|
-
T['io.flow.google.pay.v0.models.merchant_info'] = PropTypes.exact({
|
|
6738
|
-
merchantId: PropTypes.string.isRequired,
|
|
6739
|
-
merchantName: PropTypes.string,
|
|
6740
|
-
authJwt: PropTypes.string,
|
|
6741
|
-
});
|
|
6742
|
-
|
|
6743
|
-
T['io.flow.google.pay.v0.models.payment_method_tokenization_data'] = PropTypes.exact({
|
|
6744
|
-
type: PropTypes.string.isRequired,
|
|
6745
|
-
token: PropTypes.string,
|
|
6746
|
-
});
|
|
6747
|
-
|
|
6748
|
-
T['io.flow.google.pay.v0.models.payment_method_tokenization_specification'] = PropTypes.exact({
|
|
6749
|
-
type: T['io.flow.google.pay.v0.enums.tokenization_type'].isRequired,
|
|
6750
|
-
parameters: PropTypes.object.isRequired,
|
|
6751
|
-
});
|
|
6752
|
-
|
|
6753
|
-
T['io.flow.google.pay.v0.enums.payment_method_type'] = PropTypes.oneOf(['CARD']);
|
|
6754
|
-
T['io.flow.google.pay.v0.enums.card_network'] = PropTypes.oneOf(['AMEX', 'DISCOVER', 'JCB', 'MASTERCARD', 'VISA']);
|
|
6755
|
-
T['io.flow.google.pay.v0.enums.auth_method'] = PropTypes.oneOf(['PAN_ONLY', 'CRYPTOGRAM_3DS']);
|
|
6756
|
-
|
|
6757
|
-
T['io.flow.google.pay.v0.models.payment_method_details'] = PropTypes.exact({
|
|
6758
|
-
pan: PropTypes.string.isRequired,
|
|
6759
|
-
expirationMonth: PropTypes.number.isRequired,
|
|
6760
|
-
expirationYear: PropTypes.number.isRequired,
|
|
6761
|
-
authMethod: T['io.flow.google.pay.v0.enums.auth_method'].isRequired,
|
|
6762
|
-
cryptogram: PropTypes.string,
|
|
6763
|
-
eciIndicator: PropTypes.string,
|
|
6764
|
-
});
|
|
6765
|
-
|
|
6766
|
-
T['io.flow.google.pay.v0.models.address'] = PropTypes.exact({
|
|
6767
|
-
name: PropTypes.string.isRequired,
|
|
6768
|
-
postalCode: PropTypes.string.isRequired,
|
|
6769
|
-
countryCode: PropTypes.string.isRequired,
|
|
6770
|
-
phoneNumber: PropTypes.string.isRequired,
|
|
6771
|
-
companyName: PropTypes.string.isRequired,
|
|
6772
|
-
address1: PropTypes.string.isRequired,
|
|
6773
|
-
address2: PropTypes.string.isRequired,
|
|
6774
|
-
address3: PropTypes.string.isRequired,
|
|
6775
|
-
locality: PropTypes.string.isRequired,
|
|
6776
|
-
administrativeArea: PropTypes.string.isRequired,
|
|
6777
|
-
sortingCode: PropTypes.string.isRequired,
|
|
6778
|
-
});
|
|
6779
|
-
|
|
6780
|
-
T['io.flow.google.pay.v0.models.card_payment_method_data_info'] = PropTypes.exact({
|
|
6781
|
-
cardDetails: PropTypes.string.isRequired,
|
|
6782
|
-
cardNetwork: PropTypes.string.isRequired,
|
|
6783
|
-
billingAddress: T['io.flow.google.pay.v0.models.address'],
|
|
6784
|
-
});
|
|
6785
|
-
|
|
6786
|
-
T['io.flow.google.pay.v0.models.payment_method_data'] = PropTypes.exact({
|
|
6787
|
-
type: T['io.flow.google.pay.v0.enums.payment_method_type'].isRequired,
|
|
6788
|
-
description: PropTypes.string.isRequired,
|
|
6789
|
-
info: T['io.flow.google.pay.v0.models.card_payment_method_data_info'].isRequired,
|
|
6790
|
-
tokenizationData: T['io.flow.google.pay.v0.models.payment_method_tokenization_data'].isRequired,
|
|
6791
|
-
});
|
|
6792
|
-
|
|
6793
|
-
T['io.flow.google.pay.v0.models.payment_data'] = PropTypes.exact({
|
|
6794
|
-
apiVersion: PropTypes.number.isRequired,
|
|
6795
|
-
apiVersionMinor: PropTypes.number.isRequired,
|
|
6796
|
-
paymentMethodData: T['io.flow.google.pay.v0.models.payment_method_data'].isRequired,
|
|
6797
|
-
email: PropTypes.string,
|
|
6798
|
-
shippingAddress: T['io.flow.google.pay.v0.models.address'],
|
|
6799
|
-
});
|
|
6800
|
-
|
|
6801
|
-
T['io.flow.google.pay.v0.enums.billing_address_format'] = PropTypes.oneOf(['MIN', 'FULL']);
|
|
6802
|
-
|
|
6803
|
-
T['io.flow.google.pay.v0.models.billing_address_parameters'] = PropTypes.exact({
|
|
6804
|
-
format: T['io.flow.google.pay.v0.enums.billing_address_format'],
|
|
6805
|
-
phoneNumberRequired: PropTypes.bool,
|
|
6806
|
-
});
|
|
6807
|
-
|
|
6808
|
-
T['io.flow.google.pay.v0.models.card_payment_method_parameters'] = PropTypes.exact({
|
|
6809
|
-
allowedAuthMethods: PropTypes.arrayOf(T['io.flow.google.pay.v0.enums.auth_method']).isRequired,
|
|
6810
|
-
allowedCardNetworks: PropTypes.arrayOf(T['io.flow.google.pay.v0.enums.card_network']).isRequired,
|
|
6811
|
-
billingAddressRequired: PropTypes.bool,
|
|
6812
|
-
billingAddressParameters: T['io.flow.google.pay.v0.models.billing_address_parameters'],
|
|
6813
|
-
});
|
|
6814
|
-
|
|
6815
|
-
T['io.flow.google.pay.v0.models.payment_method'] = PropTypes.exact({
|
|
6816
|
-
type: T['io.flow.google.pay.v0.enums.payment_method_type'].isRequired,
|
|
6817
|
-
parameters: T['io.flow.google.pay.v0.models.card_payment_method_parameters'].isRequired,
|
|
6818
|
-
tokenizationSpecification: T['io.flow.google.pay.v0.models.payment_method_tokenization_specification'].isRequired,
|
|
6819
|
-
});
|
|
6820
|
-
|
|
6821
|
-
T['io.flow.google.pay.v0.models.payment_data_request'] = PropTypes.exact({
|
|
6822
|
-
apiVersion: PropTypes.number.isRequired,
|
|
6823
|
-
apiVersionMinor: PropTypes.number.isRequired,
|
|
6824
|
-
merchantInfo: T['io.flow.google.pay.v0.models.merchant_info'].isRequired,
|
|
6825
|
-
allowedPaymentMethods: PropTypes.arrayOf(T['io.flow.google.pay.v0.models.payment_method']).isRequired,
|
|
6826
|
-
transactionInfo: T['io.flow.google.pay.v0.models.transaction_info'].isRequired,
|
|
6827
|
-
emailRequired: PropTypes.bool,
|
|
6828
|
-
shippingAddressRequired: PropTypes.bool,
|
|
6829
|
-
shippingAddressParameters: T['io.flow.google.pay.v0.models.shipping_address_parameters'],
|
|
6830
|
-
});
|
|
6831
|
-
|
|
6832
|
-
T['io.flow.google.pay.v0.models.encrypted_message'] = PropTypes.exact({
|
|
6833
|
-
messageExpiration: PropTypes.string.isRequired,
|
|
6834
|
-
messageId: PropTypes.string.isRequired,
|
|
6835
|
-
paymentMethod: T['io.flow.google.pay.v0.models.payment_method'].isRequired,
|
|
6836
|
-
paymentMethodDetails: T['io.flow.google.pay.v0.models.payment_method_details'].isRequired,
|
|
6837
|
-
});
|
|
6838
|
-
|
|
6839
8264
|
T['io.flow.label.v0.enums.direction'] = PropTypes.oneOf(['outbound', 'return']);
|
|
6840
8265
|
T['io.flow.fulfillment.v0.enums.item_availability_status'] = PropTypes.oneOf(['available', 'low', 'out_of_stock']);
|
|
6841
8266
|
|
|
@@ -7900,6 +9325,14 @@ T['io.flow.internal.v0.models.ratecard_standard_configuration_deleted'] = PropTy
|
|
|
7900
9325
|
id: PropTypes.string.isRequired,
|
|
7901
9326
|
});
|
|
7902
9327
|
|
|
9328
|
+
T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'] = PropTypes.exact({
|
|
9329
|
+
discriminator: PropTypes.oneOf(['product_restriction_rule_decision_deleted']).isRequired,
|
|
9330
|
+
event_id: PropTypes.string.isRequired,
|
|
9331
|
+
timestamp: PropTypes.string.isRequired,
|
|
9332
|
+
organization: PropTypes.string.isRequired,
|
|
9333
|
+
id: PropTypes.string.isRequired,
|
|
9334
|
+
});
|
|
9335
|
+
|
|
7903
9336
|
T['io.flow.internal.v0.models.organization_payment_setting_deleted'] = PropTypes.exact({
|
|
7904
9337
|
discriminator: PropTypes.oneOf(['organization_payment_setting_deleted']).isRequired,
|
|
7905
9338
|
event_id: PropTypes.string.isRequired,
|
|
@@ -8182,6 +9615,13 @@ T['io.flow.internal.v0.models.fraud_review_deleted'] = PropTypes.exact({
|
|
|
8182
9615
|
id: PropTypes.string.isRequired,
|
|
8183
9616
|
});
|
|
8184
9617
|
|
|
9618
|
+
T['io.flow.internal.v0.models.billing_csv_transaction_deleted'] = PropTypes.exact({
|
|
9619
|
+
discriminator: PropTypes.oneOf(['billing_csv_transaction_deleted']).isRequired,
|
|
9620
|
+
event_id: PropTypes.string.isRequired,
|
|
9621
|
+
timestamp: PropTypes.string.isRequired,
|
|
9622
|
+
id: PropTypes.string.isRequired,
|
|
9623
|
+
});
|
|
9624
|
+
|
|
8185
9625
|
T['io.flow.internal.v0.models.organization_bank_account_deleted'] = PropTypes.exact({
|
|
8186
9626
|
discriminator: PropTypes.oneOf(['organization_bank_account_deleted']).isRequired,
|
|
8187
9627
|
event_id: PropTypes.string.isRequired,
|
|
@@ -8476,6 +9916,14 @@ T['io.flow.internal.v0.models.label_invoice_request_deleted'] = PropTypes.exact(
|
|
|
8476
9916
|
id: PropTypes.string.isRequired,
|
|
8477
9917
|
});
|
|
8478
9918
|
|
|
9919
|
+
T['io.flow.internal.v0.models.sales_record_deleted'] = PropTypes.exact({
|
|
9920
|
+
discriminator: PropTypes.oneOf(['sales_record_deleted']).isRequired,
|
|
9921
|
+
event_id: PropTypes.string.isRequired,
|
|
9922
|
+
timestamp: PropTypes.string.isRequired,
|
|
9923
|
+
organization: PropTypes.string.isRequired,
|
|
9924
|
+
id: PropTypes.string.isRequired,
|
|
9925
|
+
});
|
|
9926
|
+
|
|
8479
9927
|
T['io.flow.internal.v0.models.daily_value_deleted'] = PropTypes.exact({
|
|
8480
9928
|
discriminator: PropTypes.oneOf(['daily_value_deleted']).isRequired,
|
|
8481
9929
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9029,6 +10477,76 @@ T['io.flow.internal.v0.models.stripe_refund_deleted'] = PropTypes.exact({
|
|
|
9029
10477
|
|
|
9030
10478
|
T['io.flow.stripe.v0.enums.account_type'] = PropTypes.oneOf(['platform', 'custom', 'standard', 'express']);
|
|
9031
10479
|
|
|
10480
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant_put_form'] = PropTypes.exact({
|
|
10481
|
+
discriminator: PropTypes.oneOf(['stripe_merchant_put_form']).isRequired,
|
|
10482
|
+
organization_id: PropTypes.string.isRequired,
|
|
10483
|
+
external_id: PropTypes.string.isRequired,
|
|
10484
|
+
name: PropTypes.string.isRequired,
|
|
10485
|
+
account_type: T['io.flow.stripe.v0.enums.account_type'].isRequired,
|
|
10486
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
10487
|
+
country: PropTypes.string.isRequired,
|
|
10488
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
10489
|
+
});
|
|
10490
|
+
|
|
10491
|
+
T['io.flow.payment.internal.v0.unions.processor_merchant_put_form'] = PropTypes.oneOfType([
|
|
10492
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant_put_form'],
|
|
10493
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant_put_form'],
|
|
10494
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant_put_form'],
|
|
10495
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant_put_form'],
|
|
10496
|
+
]);
|
|
10497
|
+
|
|
10498
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant_modification_form'] = PropTypes.exact({
|
|
10499
|
+
discriminator: PropTypes.oneOf(['stripe_merchant_modification_form']).isRequired,
|
|
10500
|
+
external_id: PropTypes.string.isRequired,
|
|
10501
|
+
name: PropTypes.string.isRequired,
|
|
10502
|
+
account_type: T['io.flow.stripe.v0.enums.account_type'].isRequired,
|
|
10503
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
10504
|
+
country: PropTypes.string.isRequired,
|
|
10505
|
+
});
|
|
10506
|
+
|
|
10507
|
+
T['io.flow.payment.internal.v0.unions.processor_merchant_modification_form'] = PropTypes.oneOfType([
|
|
10508
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant_modification_form'],
|
|
10509
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant_modification_form'],
|
|
10510
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant_modification_form'],
|
|
10511
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant_modification_form'],
|
|
10512
|
+
]);
|
|
10513
|
+
|
|
10514
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant_form'] = PropTypes.exact({
|
|
10515
|
+
discriminator: PropTypes.oneOf(['stripe_merchant_form']).isRequired,
|
|
10516
|
+
key: PropTypes.string,
|
|
10517
|
+
organization_id: PropTypes.string.isRequired,
|
|
10518
|
+
name: PropTypes.string.isRequired,
|
|
10519
|
+
account_type: T['io.flow.stripe.v0.enums.account_type'].isRequired,
|
|
10520
|
+
country: PropTypes.string.isRequired,
|
|
10521
|
+
payment_statement: PropTypes.string.isRequired,
|
|
10522
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
10523
|
+
});
|
|
10524
|
+
|
|
10525
|
+
T['io.flow.payment.internal.v0.unions.processor_merchant_form'] = PropTypes.oneOfType([T['io.flow.payment.internal.v0.models.stripe_merchant_form']]);
|
|
10526
|
+
|
|
10527
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant'] = PropTypes.exact({
|
|
10528
|
+
discriminator: PropTypes.oneOf(['stripe_merchant']).isRequired,
|
|
10529
|
+
id: PropTypes.string.isRequired,
|
|
10530
|
+
key: PropTypes.string.isRequired,
|
|
10531
|
+
organization_id: PropTypes.string.isRequired,
|
|
10532
|
+
external_id: PropTypes.string.isRequired,
|
|
10533
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
10534
|
+
name: PropTypes.string.isRequired,
|
|
10535
|
+
account_type: T['io.flow.stripe.v0.enums.account_type'].isRequired,
|
|
10536
|
+
country: PropTypes.string.isRequired,
|
|
10537
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
10538
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
10539
|
+
created_at: PropTypes.string.isRequired,
|
|
10540
|
+
updated_at: PropTypes.string.isRequired,
|
|
10541
|
+
});
|
|
10542
|
+
|
|
10543
|
+
T['io.flow.payment.internal.v0.unions.processor_merchant'] = PropTypes.oneOfType([
|
|
10544
|
+
T['io.flow.payment.internal.v0.models.stripe_merchant'],
|
|
10545
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant'],
|
|
10546
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant'],
|
|
10547
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant'],
|
|
10548
|
+
]);
|
|
10549
|
+
|
|
9032
10550
|
T['io.flow.stripe.v0.models.account_request'] = PropTypes.exact({
|
|
9033
10551
|
type: T['io.flow.stripe.v0.enums.account_type'].isRequired,
|
|
9034
10552
|
country: PropTypes.string,
|
|
@@ -9747,6 +11265,122 @@ T['io.flow.payment.v0.unions.expandable_payment_processor'] = PropTypes.oneOfTyp
|
|
|
9747
11265
|
T['io.flow.payment.v0.models.payment_processor_reference'],
|
|
9748
11266
|
]);
|
|
9749
11267
|
|
|
11268
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_debug'] = PropTypes.exact({
|
|
11269
|
+
console_order_link: PropTypes.string.isRequired,
|
|
11270
|
+
addenda: T['io.flow.billing.reporting.csv.v0.models.reporting_addenda'],
|
|
11271
|
+
});
|
|
11272
|
+
|
|
11273
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11274
|
+
currency: PropTypes.string.isRequired,
|
|
11275
|
+
rate: T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11276
|
+
});
|
|
11277
|
+
|
|
11278
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_fees'] = PropTypes.exact({
|
|
11279
|
+
duty_guarantee: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11280
|
+
mor: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11281
|
+
fraud: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11282
|
+
fx: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11283
|
+
processing: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11284
|
+
rate_lock: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11285
|
+
transfer: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11286
|
+
});
|
|
11287
|
+
|
|
11288
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_subsidies'] = PropTypes.exact({
|
|
11289
|
+
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11290
|
+
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11291
|
+
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11292
|
+
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11293
|
+
});
|
|
11294
|
+
|
|
11295
|
+
T['io.flow.billing.reporting.csv.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11296
|
+
products: PropTypes.bool.isRequired,
|
|
11297
|
+
shipping: PropTypes.bool.isRequired,
|
|
11298
|
+
});
|
|
11299
|
+
|
|
11300
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11301
|
+
date: PropTypes.string.isRequired,
|
|
11302
|
+
month: PropTypes.number.isRequired,
|
|
11303
|
+
year: PropTypes.number.isRequired,
|
|
11304
|
+
});
|
|
11305
|
+
|
|
11306
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
11307
|
+
id: PropTypes.string.isRequired,
|
|
11308
|
+
sequence_number: PropTypes.number.isRequired,
|
|
11309
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
11310
|
+
completes_order: PropTypes.bool.isRequired,
|
|
11311
|
+
payment: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment'].isRequired,
|
|
11312
|
+
value: T['io.flow.billing.reporting.csv.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
11313
|
+
dispatch_country: T['io.flow.billing.reporting.csv.v0.models.reporting_country'],
|
|
11314
|
+
destination: T['io.flow.billing.reporting.csv.v0.models.reporting_destination'].isRequired,
|
|
11315
|
+
carrier: PropTypes.string,
|
|
11316
|
+
is: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_is'].isRequired,
|
|
11317
|
+
has: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_has'].isRequired,
|
|
11318
|
+
fx: T['io.flow.billing.reporting.csv.v0.models.reporting_fx'].isRequired,
|
|
11319
|
+
business: T['io.flow.billing.reporting.csv.v0.models.reporting_business'],
|
|
11320
|
+
});
|
|
11321
|
+
|
|
11322
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11323
|
+
merchant: PropTypes.number.isRequired,
|
|
11324
|
+
entity: PropTypes.number.isRequired,
|
|
11325
|
+
usd: PropTypes.number.isRequired,
|
|
11326
|
+
eur: PropTypes.number.isRequired,
|
|
11327
|
+
});
|
|
11328
|
+
|
|
11329
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11330
|
+
transaction: PropTypes.string.isRequired,
|
|
11331
|
+
merchant: PropTypes.string.isRequired,
|
|
11332
|
+
entity: PropTypes.string.isRequired,
|
|
11333
|
+
});
|
|
11334
|
+
|
|
11335
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11336
|
+
id: PropTypes.string.isRequired,
|
|
11337
|
+
});
|
|
11338
|
+
|
|
11339
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11340
|
+
id: PropTypes.string.isRequired,
|
|
11341
|
+
});
|
|
11342
|
+
|
|
11343
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11344
|
+
id: PropTypes.string.isRequired,
|
|
11345
|
+
number: PropTypes.string.isRequired,
|
|
11346
|
+
submitted_at: PropTypes.string.isRequired,
|
|
11347
|
+
});
|
|
11348
|
+
|
|
11349
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11350
|
+
id: PropTypes.string.isRequired,
|
|
11351
|
+
name: PropTypes.string.isRequired,
|
|
11352
|
+
});
|
|
11353
|
+
|
|
11354
|
+
T['io.flow.billing.reporting.csv.v0.models.sales_record_reference'] = PropTypes.exact({
|
|
11355
|
+
id: PropTypes.string.isRequired,
|
|
11356
|
+
});
|
|
11357
|
+
|
|
11358
|
+
T['io.flow.billing.reporting.csv.v0.models.sales_record'] = PropTypes.exact({
|
|
11359
|
+
id: PropTypes.string.isRequired,
|
|
11360
|
+
parent: T['io.flow.billing.reporting.csv.v0.models.sales_record_reference'],
|
|
11361
|
+
merchant: T['io.flow.billing.reporting.csv.v0.models.reporting_organization_summary'].isRequired,
|
|
11362
|
+
order: T['io.flow.billing.reporting.csv.v0.models.reporting_order_summary'].isRequired,
|
|
11363
|
+
entity: T['io.flow.billing.reporting.csv.v0.models.reporting_entity'].isRequired,
|
|
11364
|
+
vendor: T['io.flow.billing.reporting.csv.v0.models.reporting_vendor'].isRequired,
|
|
11365
|
+
currencies: T['io.flow.billing.reporting.csv.v0.models.reporting_currencies'].isRequired,
|
|
11366
|
+
conversion_rate: T['io.flow.billing.reporting.csv.v0.models.reporting_conversion_rates'].isRequired,
|
|
11367
|
+
fulfillment: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'].isRequired,
|
|
11368
|
+
reconciliation: T['io.flow.billing.reporting.csv.v0.models.reporting_reconciliation'].isRequired,
|
|
11369
|
+
marked_as_final: T['io.flow.billing.reporting.csv.v0.models.marked_as_final'].isRequired,
|
|
11370
|
+
merchant_subsidies: T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11371
|
+
merchant_fees: T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_fees'].isRequired,
|
|
11372
|
+
vat_remittance: T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance'].isRequired,
|
|
11373
|
+
debug: T['io.flow.billing.reporting.csv.v0.models.reporting_debug'].isRequired,
|
|
11374
|
+
});
|
|
11375
|
+
|
|
11376
|
+
T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
11377
|
+
discriminator: PropTypes.oneOf(['sales_record_upserted']).isRequired,
|
|
11378
|
+
event_id: PropTypes.string.isRequired,
|
|
11379
|
+
timestamp: PropTypes.string.isRequired,
|
|
11380
|
+
organization: PropTypes.string.isRequired,
|
|
11381
|
+
sales_record: T['io.flow.billing.reporting.csv.v0.models.sales_record'].isRequired,
|
|
11382
|
+
});
|
|
11383
|
+
|
|
9750
11384
|
T['io.flow.return.v0.models.return_reason'] = PropTypes.exact({
|
|
9751
11385
|
name: PropTypes.string.isRequired,
|
|
9752
11386
|
});
|
|
@@ -11971,6 +13605,34 @@ T['io.flow.internal.v0.enums.true_up_surcharge_type'] = PropTypes.oneOf([
|
|
|
11971
13605
|
'address_correction',
|
|
11972
13606
|
]);
|
|
11973
13607
|
|
|
13608
|
+
T['io.flow.label.v0.enums.cost_estimate_source'] = PropTypes.oneOf(['flow', 'channel']);
|
|
13609
|
+
|
|
13610
|
+
T['io.flow.billing.true.up.v0.models.true_up_label_summary'] = PropTypes.exact({
|
|
13611
|
+
id: PropTypes.string.isRequired,
|
|
13612
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
13613
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
13614
|
+
flow_tracking_number: PropTypes.string.isRequired,
|
|
13615
|
+
source: T['io.flow.label.v0.enums.cost_estimate_source'].isRequired,
|
|
13616
|
+
created_at: PropTypes.string.isRequired,
|
|
13617
|
+
});
|
|
13618
|
+
|
|
13619
|
+
T['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost'] = PropTypes.exact({
|
|
13620
|
+
amount: PropTypes.number.isRequired,
|
|
13621
|
+
currency: PropTypes.string.isRequired,
|
|
13622
|
+
source: T['io.flow.label.v0.enums.cost_estimate_source'],
|
|
13623
|
+
});
|
|
13624
|
+
|
|
13625
|
+
T['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary'] = PropTypes.exact({
|
|
13626
|
+
id: PropTypes.string.isRequired,
|
|
13627
|
+
owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
13628
|
+
carrier_id: PropTypes.string.isRequired,
|
|
13629
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
13630
|
+
cost: T['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost'].isRequired,
|
|
13631
|
+
request_method: T['io.flow.label.v0.enums.label_request_method'],
|
|
13632
|
+
trigger_method: T['io.flow.label.v0.enums.label_trigger_method'],
|
|
13633
|
+
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
13634
|
+
});
|
|
13635
|
+
|
|
11974
13636
|
T['io.flow.internal.v0.models.label_metadata'] = PropTypes.exact({
|
|
11975
13637
|
ratecard: T['io.flow.internal.v0.models.metadata_ratecard'].isRequired,
|
|
11976
13638
|
weights: T['io.flow.internal.v0.models.metadata_weights'].isRequired,
|
|
@@ -11991,6 +13653,7 @@ T['io.flow.internal.v0.models.true_up_label_summary'] = PropTypes.exact({
|
|
|
11991
13653
|
carrier_service_id: PropTypes.string.isRequired,
|
|
11992
13654
|
carrier_tracking_number: PropTypes.string.isRequired,
|
|
11993
13655
|
flow_tracking_number: PropTypes.string.isRequired,
|
|
13656
|
+
source: T['io.flow.label.v0.enums.cost_estimate_source'].isRequired,
|
|
11994
13657
|
created_at: PropTypes.string.isRequired,
|
|
11995
13658
|
});
|
|
11996
13659
|
|
|
@@ -12274,6 +13937,17 @@ T['io.flow.payment.v0.models.address_verification_result'] = PropTypes.exact({
|
|
|
12274
13937
|
raw: PropTypes.string,
|
|
12275
13938
|
});
|
|
12276
13939
|
|
|
13940
|
+
T['io.flow.payment.internal.v0.models.internal_transaction_details_card'] = PropTypes.exact({
|
|
13941
|
+
type: PropTypes.oneOf(['card']).isRequired,
|
|
13942
|
+
address_verification_result: T['io.flow.payment.v0.models.address_verification_result'],
|
|
13943
|
+
cvv_result: T['io.flow.payment.v0.models.cvv_result'],
|
|
13944
|
+
network_details: T['io.flow.payment.v0.models.transaction_network_details_card'],
|
|
13945
|
+
});
|
|
13946
|
+
|
|
13947
|
+
T['io.flow.payment.internal.v0.unions.internal_transaction_details'] = PropTypes.oneOfType(
|
|
13948
|
+
[T['io.flow.payment.internal.v0.models.internal_transaction_details_card']],
|
|
13949
|
+
);
|
|
13950
|
+
|
|
12277
13951
|
T['io.flow.payment.v0.models.transaction_details_card'] = PropTypes.exact({
|
|
12278
13952
|
type: PropTypes.oneOf(['card']).isRequired,
|
|
12279
13953
|
address_verification_result: T['io.flow.payment.v0.models.address_verification_result'],
|
|
@@ -12409,6 +14083,27 @@ T['io.flow.payment.gateway.v0.unions.payment_capture_option'] = PropTypes.oneOfT
|
|
|
12409
14083
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'],
|
|
12410
14084
|
]);
|
|
12411
14085
|
|
|
14086
|
+
T['io.flow.payment.internal.v0.models.organization_payment_setting_form'] = PropTypes.exact({
|
|
14087
|
+
default_capture_option: T['io.flow.payment.gateway.v0.unions.payment_capture_option'].isRequired,
|
|
14088
|
+
status: T['io.flow.payment.internal.v0.enums.organization_payment_status'].isRequired,
|
|
14089
|
+
checkout_domain: PropTypes.string,
|
|
14090
|
+
merchant_category_code: PropTypes.string,
|
|
14091
|
+
payment_statement_suffix: PropTypes.string,
|
|
14092
|
+
});
|
|
14093
|
+
|
|
14094
|
+
T['io.flow.payment.internal.v0.models.organization_payment_setting'] = PropTypes.exact({
|
|
14095
|
+
id: PropTypes.string.isRequired,
|
|
14096
|
+
organization_id: PropTypes.string.isRequired,
|
|
14097
|
+
default_capture_option: T['io.flow.payment.gateway.v0.unions.payment_capture_option'].isRequired,
|
|
14098
|
+
status: T['io.flow.payment.internal.v0.enums.organization_payment_status'].isRequired,
|
|
14099
|
+
checkout_domain: PropTypes.string,
|
|
14100
|
+
merchant_category_code: PropTypes.string,
|
|
14101
|
+
payment_statement_suffix: PropTypes.string,
|
|
14102
|
+
payment_statement_condensed: PropTypes.string,
|
|
14103
|
+
created_at: PropTypes.string.isRequired,
|
|
14104
|
+
updated_at: PropTypes.string.isRequired,
|
|
14105
|
+
});
|
|
14106
|
+
|
|
12412
14107
|
T['io.flow.internal.v0.models.organization_payment_setting_form'] = PropTypes.exact({
|
|
12413
14108
|
default_capture_option: T['io.flow.payment.gateway.v0.unions.payment_capture_option'].isRequired,
|
|
12414
14109
|
status: T['io.flow.internal.v0.enums.organization_payment_status'].isRequired,
|
|
@@ -12708,6 +14403,12 @@ T['io.flow.payment.gateway.v0.unions.payment_method_summary'] = PropTypes.oneOfT
|
|
|
12708
14403
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_bancontact'],
|
|
12709
14404
|
]);
|
|
12710
14405
|
|
|
14406
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'] = PropTypes.exact({
|
|
14407
|
+
number: PropTypes.string.isRequired,
|
|
14408
|
+
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
14409
|
+
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
14410
|
+
});
|
|
14411
|
+
|
|
12711
14412
|
T['io.flow.internal.v0.models.fx_revenue_recognition_order'] = PropTypes.exact({
|
|
12712
14413
|
number: PropTypes.string.isRequired,
|
|
12713
14414
|
submitted_at: PropTypes.string.isRequired,
|
|
@@ -12802,12 +14503,12 @@ T['io.flow.internal.v0.models.fulfillment_proof_label_tracking_reference'] = Pro
|
|
|
12802
14503
|
label_id: PropTypes.string,
|
|
12803
14504
|
});
|
|
12804
14505
|
|
|
12805
|
-
T['io.flow.internal.v0.models.
|
|
14506
|
+
T['io.flow.internal.v0.models.merchant_transactions'] = PropTypes.exact({
|
|
12806
14507
|
adjustment: PropTypes.number.isRequired,
|
|
12807
14508
|
reversal: PropTypes.number.isRequired,
|
|
12808
14509
|
tax: PropTypes.number.isRequired,
|
|
12809
14510
|
duty: PropTypes.number.isRequired,
|
|
12810
|
-
|
|
14511
|
+
freight: PropTypes.number.isRequired,
|
|
12811
14512
|
total: PropTypes.number.isRequired,
|
|
12812
14513
|
});
|
|
12813
14514
|
|
|
@@ -12836,6 +14537,7 @@ T['io.flow.internal.v0.models.merchant_subsidies'] = PropTypes.exact({
|
|
|
12836
14537
|
fees: T['io.flow.internal.v0.models.shopper_fees'].isRequired,
|
|
12837
14538
|
tax: PropTypes.number.isRequired,
|
|
12838
14539
|
duty: PropTypes.number.isRequired,
|
|
14540
|
+
freight: PropTypes.number.isRequired,
|
|
12839
14541
|
total: PropTypes.number.isRequired,
|
|
12840
14542
|
});
|
|
12841
14543
|
|
|
@@ -12844,6 +14546,14 @@ T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact(
|
|
|
12844
14546
|
duty: PropTypes.number.isRequired,
|
|
12845
14547
|
});
|
|
12846
14548
|
|
|
14549
|
+
T['io.flow.internal.v0.models.shopper_freight'] = PropTypes.exact({
|
|
14550
|
+
price: PropTypes.number.isRequired,
|
|
14551
|
+
discount: PropTypes.number.isRequired,
|
|
14552
|
+
tax: PropTypes.number.isRequired,
|
|
14553
|
+
duty: PropTypes.number.isRequired,
|
|
14554
|
+
subsidies: T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'].isRequired,
|
|
14555
|
+
});
|
|
14556
|
+
|
|
12847
14557
|
T['io.flow.internal.v0.models.item_summary'] = PropTypes.exact({
|
|
12848
14558
|
number: PropTypes.string.isRequired,
|
|
12849
14559
|
fulfillment_method: T['io.flow.catalog.v0.enums.fulfillment_method_value'].isRequired,
|
|
@@ -12862,20 +14572,13 @@ T['io.flow.internal.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
|
12862
14572
|
T['io.flow.internal.v0.models.merchant_summary'] = PropTypes.exact({
|
|
12863
14573
|
subsidies: T['io.flow.internal.v0.models.merchant_subsidies'].isRequired,
|
|
12864
14574
|
fees: T['io.flow.internal.v0.models.merchant_fees'].isRequired,
|
|
12865
|
-
|
|
14575
|
+
transactions: T['io.flow.internal.v0.models.merchant_transactions'].isRequired,
|
|
12866
14576
|
discounts: PropTypes.number.isRequired,
|
|
12867
14577
|
});
|
|
12868
14578
|
|
|
12869
14579
|
T['io.flow.internal.v0.models.shopper_summary'] = PropTypes.exact({
|
|
12870
14580
|
fees: T['io.flow.internal.v0.models.shopper_fees'].isRequired,
|
|
12871
|
-
|
|
12872
|
-
|
|
12873
|
-
T['io.flow.internal.v0.models.fulfillment_shipping'] = PropTypes.exact({
|
|
12874
|
-
price: PropTypes.number.isRequired,
|
|
12875
|
-
discount: PropTypes.number.isRequired,
|
|
12876
|
-
tax: PropTypes.number.isRequired,
|
|
12877
|
-
duty: PropTypes.number.isRequired,
|
|
12878
|
-
subsidies: T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'].isRequired,
|
|
14581
|
+
freight: T['io.flow.internal.v0.models.shopper_freight'].isRequired,
|
|
12879
14582
|
});
|
|
12880
14583
|
|
|
12881
14584
|
T['io.flow.internal.v0.models.fulfillment_line'] = PropTypes.exact({
|
|
@@ -13221,6 +14924,22 @@ T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
|
|
|
13221
14924
|
T['io.flow.billing.v0.models.bank_account_form_simple'],
|
|
13222
14925
|
]);
|
|
13223
14926
|
|
|
14927
|
+
T['io.flow.billing.internal.v0.models.finance_bank_payment'] = PropTypes.exact({
|
|
14928
|
+
id: PropTypes.string.isRequired,
|
|
14929
|
+
account: T['io.flow.billing.internal.v0.models.account_summary'].isRequired,
|
|
14930
|
+
last4: PropTypes.string,
|
|
14931
|
+
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'],
|
|
14932
|
+
owner: T['io.flow.billing.internal.v0.models.finance_bank_account_owner'],
|
|
14933
|
+
});
|
|
14934
|
+
|
|
14935
|
+
T['io.flow.billing.internal.v0.models.finance_bank_account'] = PropTypes.exact({
|
|
14936
|
+
id: PropTypes.string.isRequired,
|
|
14937
|
+
accounts: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.account_summary']).isRequired,
|
|
14938
|
+
last4: PropTypes.string.isRequired,
|
|
14939
|
+
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
|
|
14940
|
+
owner: T['io.flow.billing.internal.v0.models.finance_bank_account_owner'],
|
|
14941
|
+
});
|
|
14942
|
+
|
|
13224
14943
|
T['io.flow.internal.v0.enums.marketing_gateway_feed_state'] = PropTypes.oneOf(['initialized', 'generated', 'in_review', 'rejected', 'active']);
|
|
13225
14944
|
|
|
13226
14945
|
T['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'] = PropTypes.exact({
|
|
@@ -14194,45 +15913,6 @@ T['io.flow.billing.v0.models.billing_discount'] = PropTypes.exact({
|
|
|
14194
15913
|
description: PropTypes.string,
|
|
14195
15914
|
});
|
|
14196
15915
|
|
|
14197
|
-
T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
14198
|
-
'capture',
|
|
14199
|
-
'refund',
|
|
14200
|
-
'dispute',
|
|
14201
|
-
'adjustment',
|
|
14202
|
-
'reversal',
|
|
14203
|
-
'shipping_label',
|
|
14204
|
-
'shipping_label_service',
|
|
14205
|
-
'trueup',
|
|
14206
|
-
'shipping_label_revenue_share',
|
|
14207
|
-
'platform_fee',
|
|
14208
|
-
'tax',
|
|
14209
|
-
'duty',
|
|
14210
|
-
'withholding',
|
|
14211
|
-
'other_adjustment',
|
|
14212
|
-
'tax_adjustment',
|
|
14213
|
-
'channel',
|
|
14214
|
-
'channel_billed',
|
|
14215
|
-
'order_service',
|
|
14216
|
-
'virtual_card_capture',
|
|
14217
|
-
'virtual_card_refund',
|
|
14218
|
-
]);
|
|
14219
|
-
|
|
14220
|
-
T['io.flow.billing.v0.models.parent_transaction_summary'] = PropTypes.exact({
|
|
14221
|
-
id: PropTypes.string.isRequired,
|
|
14222
|
-
source: T['io.flow.billing.v0.enums.transaction_source'].isRequired,
|
|
14223
|
-
});
|
|
14224
|
-
|
|
14225
|
-
T['io.flow.billing.v0.models.billing_channel_payment_request_reference'] = PropTypes.exact({
|
|
14226
|
-
id: PropTypes.string.isRequired,
|
|
14227
|
-
reference: PropTypes.string,
|
|
14228
|
-
});
|
|
14229
|
-
|
|
14230
|
-
T['io.flow.billing.v0.models.billing_channel_order_summary'] = PropTypes.exact({
|
|
14231
|
-
organization: T['io.flow.billing.v0.models.billing_channel_organization_summary'].isRequired,
|
|
14232
|
-
number: PropTypes.string.isRequired,
|
|
14233
|
-
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
14234
|
-
});
|
|
14235
|
-
|
|
14236
15916
|
T['io.flow.billing.v0.models.billing_channel_statement_reference'] = PropTypes.exact({
|
|
14237
15917
|
id: PropTypes.string.isRequired,
|
|
14238
15918
|
});
|
|
@@ -14320,6 +16000,8 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
14320
16000
|
'tax_transactions_total',
|
|
14321
16001
|
'transfer_transactions_count',
|
|
14322
16002
|
'transfer_transactions_total',
|
|
16003
|
+
'trueup_transactions_count',
|
|
16004
|
+
'trueup_transactions_total',
|
|
14323
16005
|
'fulfillments_count',
|
|
14324
16006
|
'fulfilled_via_replacement_order_count',
|
|
14325
16007
|
'percentage_orders_with_fulfillment_proof_2_weeks',
|
|
@@ -14330,6 +16012,8 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
14330
16012
|
'shipping_notifications_count',
|
|
14331
16013
|
'queued_capture_unprocessed_count',
|
|
14332
16014
|
'queued_refund_unprocessed_count',
|
|
16015
|
+
'queued_label_invoice_request_unprocessed_count',
|
|
16016
|
+
'queued_other_unprocessed_count',
|
|
14333
16017
|
'queued_record_snooze_count',
|
|
14334
16018
|
'queued_record_snooze_ending_in_48_hours_count',
|
|
14335
16019
|
'statements_no_payout_count',
|
|
@@ -14460,6 +16144,13 @@ T['io.flow.shopify.merchant.config.v0.models.know_your_business_usa'] = PropType
|
|
|
14460
16144
|
|
|
14461
16145
|
T['io.flow.shopify.merchant.config.v0.unions.know_your_business'] = PropTypes.oneOfType([T['io.flow.shopify.merchant.config.v0.models.know_your_business_usa']]);
|
|
14462
16146
|
|
|
16147
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'] = PropTypes.exact({
|
|
16148
|
+
id: PropTypes.string.isRequired,
|
|
16149
|
+
key: PropTypes.string.isRequired,
|
|
16150
|
+
name: PropTypes.string.isRequired,
|
|
16151
|
+
address: T['io.flow.common.v0.models.address'].isRequired,
|
|
16152
|
+
});
|
|
16153
|
+
|
|
14463
16154
|
T['io.flow.internal.v0.models.tax_calculation_line_item_form'] = PropTypes.exact({
|
|
14464
16155
|
line_number: PropTypes.string.isRequired,
|
|
14465
16156
|
item_number: PropTypes.string.isRequired,
|
|
@@ -15447,6 +17138,12 @@ T['io.flow.common.v0.unions.logo_image'] = PropTypes.oneOfType([
|
|
|
15447
17138
|
T['io.flow.common.v0.models.logo_image_set_static'],
|
|
15448
17139
|
]);
|
|
15449
17140
|
|
|
17141
|
+
T['io.flow.payment.internal.v0.models.payment_method_option'] = PropTypes.exact({
|
|
17142
|
+
id: PropTypes.string.isRequired,
|
|
17143
|
+
name: PropTypes.string.isRequired,
|
|
17144
|
+
logo: T['io.flow.common.v0.unions.logo_image'],
|
|
17145
|
+
});
|
|
17146
|
+
|
|
15450
17147
|
T['io.flow.internal.v0.models.payment_method_option'] = PropTypes.exact({
|
|
15451
17148
|
id: PropTypes.string.isRequired,
|
|
15452
17149
|
name: PropTypes.string.isRequired,
|
|
@@ -15711,6 +17408,11 @@ T['io.flow.reference.v0.models.payment_method'] = PropTypes.exact({
|
|
|
15711
17408
|
capabilities: PropTypes.arrayOf(T['io.flow.reference.v0.enums.payment_method_capability']),
|
|
15712
17409
|
});
|
|
15713
17410
|
|
|
17411
|
+
T['io.flow.payment.internal.v0.models.payment_method_detail'] = PropTypes.exact({
|
|
17412
|
+
method: T['io.flow.reference.v0.models.payment_method'].isRequired,
|
|
17413
|
+
method_options: PropTypes.arrayOf(T['io.flow.payment.internal.v0.models.payment_method_option']),
|
|
17414
|
+
});
|
|
17415
|
+
|
|
15714
17416
|
T['io.flow.customer.v0.models.customer_payment'] = PropTypes.exact({
|
|
15715
17417
|
payment_methods: PropTypes.arrayOf(T['io.flow.reference.v0.models.payment_method']).isRequired,
|
|
15716
17418
|
});
|
|
@@ -15965,6 +17667,27 @@ T['io.flow.payment.v0.models.post_payment_redirect_urls'] = PropTypes.exact({
|
|
|
15965
17667
|
failure: PropTypes.string,
|
|
15966
17668
|
});
|
|
15967
17669
|
|
|
17670
|
+
T['io.flow.payment.internal.v0.models.redirect_action_completed'] = PropTypes.exact({
|
|
17671
|
+
discriminator: PropTypes.oneOf(['redirect_action_completed']).isRequired,
|
|
17672
|
+
id: PropTypes.string.isRequired,
|
|
17673
|
+
organization: PropTypes.string.isRequired,
|
|
17674
|
+
key: PropTypes.string.isRequired,
|
|
17675
|
+
expires_at: PropTypes.string.isRequired,
|
|
17676
|
+
post_payment_redirect_urls: T['io.flow.payment.v0.models.post_payment_redirect_urls'].isRequired,
|
|
17677
|
+
inline_notification_urls: T['io.flow.payment.v0.models.post_payment_redirect_urls'],
|
|
17678
|
+
});
|
|
17679
|
+
|
|
17680
|
+
T['io.flow.payment.internal.v0.unions.payment_redirect'] = PropTypes.oneOfType([
|
|
17681
|
+
T['io.flow.payment.internal.v0.models.online_authorization_completed'],
|
|
17682
|
+
T['io.flow.payment.internal.v0.models.redirect_action_completed'],
|
|
17683
|
+
]);
|
|
17684
|
+
|
|
17685
|
+
T['io.flow.payment.internal.v0.models.redirect'] = PropTypes.exact({
|
|
17686
|
+
id: PropTypes.string.isRequired,
|
|
17687
|
+
post_payment_redirect_urls: T['io.flow.payment.v0.models.post_payment_redirect_urls'].isRequired,
|
|
17688
|
+
reason: T['io.flow.payment.internal.v0.enums.redirect_reason'].isRequired,
|
|
17689
|
+
});
|
|
17690
|
+
|
|
15968
17691
|
T['io.flow.payment.v0.models.redirect_authorization_form'] = PropTypes.exact({
|
|
15969
17692
|
discriminator: PropTypes.oneOf(['redirect_authorization_form']).isRequired,
|
|
15970
17693
|
method: PropTypes.string.isRequired,
|
|
@@ -17302,6 +19025,11 @@ T['io.flow.payment.gateway.v0.models.payment_request'] = PropTypes.exact({
|
|
|
17302
19025
|
review: T['io.flow.payment.gateway.v0.models.payment_request_review'],
|
|
17303
19026
|
});
|
|
17304
19027
|
|
|
19028
|
+
T['io.flow.payment.internal.v0.models.internal_payment_request'] = PropTypes.exact({
|
|
19029
|
+
payment_request: T['io.flow.payment.gateway.v0.models.payment_request'].isRequired,
|
|
19030
|
+
actual_action: T['io.flow.payment.gateway.v0.unions.action'],
|
|
19031
|
+
});
|
|
19032
|
+
|
|
17305
19033
|
T['io.flow.internal.v0.models.internal_payment_request'] = PropTypes.exact({
|
|
17306
19034
|
payment_request: T['io.flow.payment.gateway.v0.models.payment_request'].isRequired,
|
|
17307
19035
|
actual_action: T['io.flow.payment.gateway.v0.unions.action'],
|
|
@@ -17762,6 +19490,43 @@ T['io.flow.experience.v0.unions.expandable_experience'] = PropTypes.oneOfType([
|
|
|
17762
19490
|
T['io.flow.experience.v0.models.experience_reference'],
|
|
17763
19491
|
]);
|
|
17764
19492
|
|
|
19493
|
+
T['io.flow.billing.csv.v0.models.billing_csv_delivery'] = PropTypes.exact({
|
|
19494
|
+
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
19495
|
+
carrier: T['io.flow.billing.csv.v0.models.billing_csv_carrier'].isRequired,
|
|
19496
|
+
center: T['io.flow.billing.csv.v0.models.billing_csv_center'].isRequired,
|
|
19497
|
+
service: T['io.flow.billing.csv.v0.models.billing_csv_service'].isRequired,
|
|
19498
|
+
tier: T['io.flow.billing.csv.v0.models.billing_csv_tier'].isRequired,
|
|
19499
|
+
cost: T['io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail'].isRequired,
|
|
19500
|
+
ratecard_owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
19501
|
+
});
|
|
19502
|
+
|
|
19503
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order'] = PropTypes.exact({
|
|
19504
|
+
number: PropTypes.string.isRequired,
|
|
19505
|
+
primary_identifier: PropTypes.string,
|
|
19506
|
+
submitted_at: PropTypes.string,
|
|
19507
|
+
timezone: PropTypes.string.isRequired,
|
|
19508
|
+
local: T['io.flow.billing.csv.v0.models.billing_csv_order_detail'].isRequired,
|
|
19509
|
+
base: T['io.flow.billing.csv.v0.models.billing_csv_order_detail'].isRequired,
|
|
19510
|
+
transaction_amount: PropTypes.number.isRequired,
|
|
19511
|
+
deliveries: PropTypes.arrayOf(T['io.flow.billing.csv.v0.models.billing_csv_delivery']).isRequired,
|
|
19512
|
+
exchange_rate: T['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'],
|
|
19513
|
+
});
|
|
19514
|
+
|
|
19515
|
+
T['io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery'] = PropTypes.exact({
|
|
19516
|
+
carrier: T['io.flow.billing.csv.v0.models.billing_csv_carrier'].isRequired,
|
|
19517
|
+
service: T['io.flow.billing.csv.v0.models.billing_csv_service'].isRequired,
|
|
19518
|
+
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
19519
|
+
ratecard_owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
19520
|
+
tier: T['io.flow.billing.csv.v0.models.billing_csv_tier'].isRequired,
|
|
19521
|
+
});
|
|
19522
|
+
|
|
19523
|
+
T['io.flow.billing.csv.v0.models.billing_channel_csv_order'] = PropTypes.exact({
|
|
19524
|
+
number: PropTypes.string.isRequired,
|
|
19525
|
+
submitted_at: PropTypes.string.isRequired,
|
|
19526
|
+
local: T['io.flow.billing.csv.v0.models.billing_channel_csv_order_detail'].isRequired,
|
|
19527
|
+
deliveries: PropTypes.arrayOf(T['io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery']).isRequired,
|
|
19528
|
+
});
|
|
19529
|
+
|
|
17765
19530
|
T['io.flow.internal.v0.models.delivered_duty_preference_form'] = PropTypes.exact({
|
|
17766
19531
|
methods: PropTypes.arrayOf(T['io.flow.common.v0.enums.delivered_duty']).isRequired,
|
|
17767
19532
|
'default': T['io.flow.common.v0.enums.delivered_duty'],
|
|
@@ -18445,6 +20210,13 @@ T['io.flow.experience.v0.models.experience_version'] = PropTypes.exact({
|
|
|
18445
20210
|
experience: T['io.flow.experience.v0.models.experience'].isRequired,
|
|
18446
20211
|
});
|
|
18447
20212
|
|
|
20213
|
+
T['io.flow.payment.internal.v0.models.organization_payment_setting_version'] = PropTypes.exact({
|
|
20214
|
+
id: PropTypes.string.isRequired,
|
|
20215
|
+
timestamp: PropTypes.string.isRequired,
|
|
20216
|
+
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
20217
|
+
organization_payment_setting: T['io.flow.payment.internal.v0.models.organization_payment_setting'].isRequired,
|
|
20218
|
+
});
|
|
20219
|
+
|
|
18448
20220
|
T['io.flow.internal.v0.models.spot_rate_version'] = PropTypes.exact({
|
|
18449
20221
|
id: PropTypes.string.isRequired,
|
|
18450
20222
|
timestamp: PropTypes.string.isRequired,
|
|
@@ -19338,31 +21110,45 @@ T['io.flow.billing.v0.models.transaction_metadata_trueup_data'] = PropTypes.exac
|
|
|
19338
21110
|
|
|
19339
21111
|
T['io.flow.billing.v0.models.transaction_metadata_trueup'] = PropTypes.exact({
|
|
19340
21112
|
discriminator: PropTypes.oneOf(['trueup']).isRequired,
|
|
21113
|
+
original: T['io.flow.billing.v0.models.transaction_metadata_trueup_original_transaction'].isRequired,
|
|
19341
21114
|
estimate: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
19342
21115
|
actual: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
19343
21116
|
});
|
|
19344
21117
|
|
|
19345
|
-
T['io.flow.billing.v0.
|
|
19346
|
-
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
19347
|
-
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
19348
|
-
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
19349
|
-
]);
|
|
19350
|
-
|
|
19351
|
-
T['io.flow.billing.true.up.v0.models.label_response_units'] = PropTypes.exact({
|
|
21118
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_units'] = PropTypes.exact({
|
|
19352
21119
|
currency: PropTypes.string.isRequired,
|
|
19353
21120
|
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19354
21121
|
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
19355
21122
|
});
|
|
19356
21123
|
|
|
19357
|
-
T['io.flow.billing.true.up.v0.models.
|
|
21124
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_form_return_to_origin'] = PropTypes.exact({
|
|
21125
|
+
discriminator: PropTypes.oneOf(['return_to_origin']).isRequired,
|
|
21126
|
+
id: PropTypes.string.isRequired,
|
|
21127
|
+
carrier_id: PropTypes.string.isRequired,
|
|
21128
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
21129
|
+
units: T['io.flow.billing.true.up.v0.models.carrier_charge_units'].isRequired,
|
|
21130
|
+
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
21131
|
+
surcharges: T['io.flow.billing.true.up.v0.models.label_surcharge_form'].isRequired,
|
|
21132
|
+
total: PropTypes.number.isRequired,
|
|
21133
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
21134
|
+
});
|
|
21135
|
+
|
|
21136
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_form_label'] = PropTypes.exact({
|
|
21137
|
+
discriminator: PropTypes.oneOf(['label']).isRequired,
|
|
19358
21138
|
id: PropTypes.string.isRequired,
|
|
19359
21139
|
label_invoice_request_id: PropTypes.string.isRequired,
|
|
19360
|
-
units: T['io.flow.billing.true.up.v0.models.
|
|
21140
|
+
units: T['io.flow.billing.true.up.v0.models.carrier_charge_units'].isRequired,
|
|
19361
21141
|
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
19362
21142
|
surcharges: T['io.flow.billing.true.up.v0.models.label_surcharge_form'].isRequired,
|
|
19363
21143
|
total: PropTypes.number.isRequired,
|
|
21144
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
19364
21145
|
});
|
|
19365
21146
|
|
|
21147
|
+
T['io.flow.billing.true.up.v0.unions.carrier_charge_form'] = PropTypes.oneOfType([
|
|
21148
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_form_label'],
|
|
21149
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_form_return_to_origin'],
|
|
21150
|
+
]);
|
|
21151
|
+
|
|
19366
21152
|
T['io.flow.billing.true.up.v0.models.label_units'] = PropTypes.exact({
|
|
19367
21153
|
currency: PropTypes.string.isRequired,
|
|
19368
21154
|
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
@@ -20453,6 +22239,8 @@ T['io.flow.internal.v0.enums.billing_statement_attachment_key'] = PropTypes.oneO
|
|
|
20453
22239
|
'label',
|
|
20454
22240
|
'order_service',
|
|
20455
22241
|
'tax',
|
|
22242
|
+
'duty',
|
|
22243
|
+
'trueup',
|
|
20456
22244
|
'all',
|
|
20457
22245
|
]);
|
|
20458
22246
|
|
|
@@ -20509,7 +22297,185 @@ T['io.flow.internal.v0.models.billing_order_summary'] = PropTypes.exact({
|
|
|
20509
22297
|
destination: T['io.flow.internal.v0.models.billing_order_destination'],
|
|
20510
22298
|
});
|
|
20511
22299
|
|
|
22300
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_discount'] = PropTypes.exact({
|
|
22301
|
+
amount: PropTypes.number.isRequired,
|
|
22302
|
+
description: PropTypes.string,
|
|
22303
|
+
});
|
|
22304
|
+
|
|
22305
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings'] = PropTypes.exact({
|
|
22306
|
+
tax: PropTypes.number.isRequired,
|
|
22307
|
+
duty: PropTypes.number.isRequired,
|
|
22308
|
+
freight: PropTypes.number.isRequired,
|
|
22309
|
+
insurance: PropTypes.number.isRequired,
|
|
22310
|
+
});
|
|
22311
|
+
|
|
22312
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_fees'] = PropTypes.exact({
|
|
22313
|
+
duty_guarantee: PropTypes.number.isRequired,
|
|
22314
|
+
mor: PropTypes.number.isRequired,
|
|
22315
|
+
fraud: PropTypes.number.isRequired,
|
|
22316
|
+
fx: PropTypes.number.isRequired,
|
|
22317
|
+
processing: PropTypes.number.isRequired,
|
|
22318
|
+
rate_lock: PropTypes.number.isRequired,
|
|
22319
|
+
transfer: PropTypes.number.isRequired,
|
|
22320
|
+
});
|
|
22321
|
+
|
|
22322
|
+
T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
22323
|
+
'capture',
|
|
22324
|
+
'refund',
|
|
22325
|
+
'dispute',
|
|
22326
|
+
'adjustment',
|
|
22327
|
+
'reversal',
|
|
22328
|
+
'shipping_label',
|
|
22329
|
+
'shipping_label_service',
|
|
22330
|
+
'trueup',
|
|
22331
|
+
'shipping_label_revenue_share',
|
|
22332
|
+
'platform_fee',
|
|
22333
|
+
'tax',
|
|
22334
|
+
'duty',
|
|
22335
|
+
'withholding',
|
|
22336
|
+
'other_adjustment',
|
|
22337
|
+
'tax_adjustment',
|
|
22338
|
+
'channel',
|
|
22339
|
+
'channel_billed',
|
|
22340
|
+
'order_service',
|
|
22341
|
+
'virtual_card_capture',
|
|
22342
|
+
'virtual_card_refund',
|
|
22343
|
+
]);
|
|
22344
|
+
|
|
22345
|
+
T['io.flow.billing.v0.models.parent_transaction_summary'] = PropTypes.exact({
|
|
22346
|
+
id: PropTypes.string.isRequired,
|
|
22347
|
+
source: T['io.flow.billing.v0.enums.transaction_source'].isRequired,
|
|
22348
|
+
});
|
|
22349
|
+
|
|
22350
|
+
T['io.flow.billing.v0.models.billing_channel_payment_request_reference'] = PropTypes.exact({
|
|
22351
|
+
id: PropTypes.string.isRequired,
|
|
22352
|
+
reference: PropTypes.string,
|
|
22353
|
+
});
|
|
22354
|
+
|
|
22355
|
+
T['io.flow.billing.v0.models.billing_channel_order_summary'] = PropTypes.exact({
|
|
22356
|
+
organization: T['io.flow.billing.v0.models.billing_channel_organization_summary'].isRequired,
|
|
22357
|
+
number: PropTypes.string.isRequired,
|
|
22358
|
+
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
22359
|
+
});
|
|
22360
|
+
|
|
22361
|
+
T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
22362
|
+
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
22363
|
+
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
22364
|
+
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
22365
|
+
]);
|
|
22366
|
+
|
|
22367
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_account'] = PropTypes.exact({
|
|
22368
|
+
id: PropTypes.string.isRequired,
|
|
22369
|
+
environment: T['io.flow.common.v0.enums.environment'].isRequired,
|
|
22370
|
+
source: T['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'].isRequired,
|
|
22371
|
+
});
|
|
22372
|
+
|
|
22373
|
+
T['io.flow.billing.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
22374
|
+
'manual',
|
|
22375
|
+
'subscription',
|
|
22376
|
+
'invoice',
|
|
22377
|
+
'transfer',
|
|
22378
|
+
'adjustment',
|
|
22379
|
+
'reversal',
|
|
22380
|
+
'capture',
|
|
22381
|
+
'refund',
|
|
22382
|
+
'virtual_card_capture',
|
|
22383
|
+
'virtual_card_refund',
|
|
22384
|
+
'tax_remittance',
|
|
22385
|
+
'fully_subsidized_order',
|
|
22386
|
+
'credit_payment',
|
|
22387
|
+
'dispute',
|
|
22388
|
+
'channel',
|
|
22389
|
+
'label',
|
|
22390
|
+
'order',
|
|
22391
|
+
'channel_billed',
|
|
22392
|
+
'tax',
|
|
22393
|
+
'duty',
|
|
22394
|
+
'trueup',
|
|
22395
|
+
]);
|
|
22396
|
+
|
|
22397
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction'] = PropTypes.exact({
|
|
22398
|
+
id: PropTypes.string.isRequired,
|
|
22399
|
+
reference: PropTypes.string.isRequired,
|
|
22400
|
+
primary_identifier: PropTypes.string,
|
|
22401
|
+
parent_id: PropTypes.string,
|
|
22402
|
+
created_at: PropTypes.string,
|
|
22403
|
+
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
22404
|
+
posted_at: PropTypes.string,
|
|
22405
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
22406
|
+
timezone: PropTypes.string.isRequired,
|
|
22407
|
+
order_number: PropTypes.string,
|
|
22408
|
+
order_primary_identifier: PropTypes.string,
|
|
22409
|
+
order_identifiers: PropTypes.objectOf(PropTypes.string),
|
|
22410
|
+
order_submitted_at: PropTypes.string,
|
|
22411
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_summary'],
|
|
22412
|
+
payment_method: PropTypes.string.isRequired,
|
|
22413
|
+
local_amount: PropTypes.number.isRequired,
|
|
22414
|
+
local_currency: PropTypes.string.isRequired,
|
|
22415
|
+
base_amount: PropTypes.number.isRequired,
|
|
22416
|
+
base_currency: PropTypes.string.isRequired,
|
|
22417
|
+
processing_fee: PropTypes.number,
|
|
22418
|
+
processing_fee_description: PropTypes.string,
|
|
22419
|
+
rate_lock_fee: PropTypes.number.isRequired,
|
|
22420
|
+
rate_lock_fee_description: PropTypes.string,
|
|
22421
|
+
vat_withholding: PropTypes.number.isRequired,
|
|
22422
|
+
duty_withholding: PropTypes.number.isRequired,
|
|
22423
|
+
freight_withholding: PropTypes.number,
|
|
22424
|
+
insurance_withholding: PropTypes.number.isRequired,
|
|
22425
|
+
revenue_share: PropTypes.number,
|
|
22426
|
+
revenue_share_currency: PropTypes.string,
|
|
22427
|
+
amount: PropTypes.number.isRequired,
|
|
22428
|
+
order_detail: T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'],
|
|
22429
|
+
mor_fee: PropTypes.number,
|
|
22430
|
+
mor_fee_description: PropTypes.string,
|
|
22431
|
+
fx_fee: PropTypes.number,
|
|
22432
|
+
fx_fee_description: PropTypes.string,
|
|
22433
|
+
duty_guarantee_fee: PropTypes.number,
|
|
22434
|
+
duty_guarantee_fee_description: PropTypes.string,
|
|
22435
|
+
});
|
|
22436
|
+
|
|
22437
|
+
T['io.flow.billing.csv.v0.models.billing_csv_generic_transaction'] = PropTypes.exact({
|
|
22438
|
+
id: PropTypes.string.isRequired,
|
|
22439
|
+
posted_at: PropTypes.string,
|
|
22440
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
22441
|
+
amount: PropTypes.number.isRequired,
|
|
22442
|
+
description: PropTypes.string.isRequired,
|
|
22443
|
+
});
|
|
22444
|
+
|
|
22445
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction'] = PropTypes.exact({
|
|
22446
|
+
id: PropTypes.string.isRequired,
|
|
22447
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
22448
|
+
account: T['io.flow.billing.csv.v0.models.billing_csv_transaction_account'].isRequired,
|
|
22449
|
+
metadata: T['io.flow.billing.v0.unions.transaction_metadata'],
|
|
22450
|
+
order: T['io.flow.billing.v0.models.billing_channel_order_summary'],
|
|
22451
|
+
payment_request: T['io.flow.billing.v0.models.billing_channel_payment_request_reference'],
|
|
22452
|
+
currency: PropTypes.string.isRequired,
|
|
22453
|
+
source: T['io.flow.billing.v0.enums.transaction_source'].isRequired,
|
|
22454
|
+
parent: T['io.flow.billing.v0.models.parent_transaction_summary'],
|
|
22455
|
+
gross: PropTypes.number.isRequired,
|
|
22456
|
+
fees: T['io.flow.billing.csv.v0.models.billing_csv_transaction_fees'].isRequired,
|
|
22457
|
+
withholdings: T['io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings'].isRequired,
|
|
22458
|
+
discount: T['io.flow.billing.csv.v0.models.billing_csv_transaction_discount'].isRequired,
|
|
22459
|
+
net: PropTypes.number.isRequired,
|
|
22460
|
+
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
22461
|
+
created_at: PropTypes.string.isRequired,
|
|
22462
|
+
updated_at: PropTypes.string.isRequired,
|
|
22463
|
+
});
|
|
22464
|
+
|
|
22465
|
+
T['io.flow.internal.v0.models.billing_csv_transaction_upserted'] = PropTypes.exact({
|
|
22466
|
+
discriminator: PropTypes.oneOf(['billing_csv_transaction_upserted']).isRequired,
|
|
22467
|
+
event_id: PropTypes.string.isRequired,
|
|
22468
|
+
timestamp: PropTypes.string.isRequired,
|
|
22469
|
+
transaction: T['io.flow.billing.csv.v0.models.billing_csv_transaction'].isRequired,
|
|
22470
|
+
});
|
|
22471
|
+
|
|
20512
22472
|
T['io.flow.billing.v0.enums.payout_status_failure_code'] = PropTypes.oneOf(['invalid_account_number', 'account_closed', 'could_not_process']);
|
|
22473
|
+
|
|
22474
|
+
T['io.flow.billing.internal.v0.models.bank_payment_status_form'] = PropTypes.exact({
|
|
22475
|
+
code: T['io.flow.billing.internal.v0.enums.bank_payment_status_code'].isRequired,
|
|
22476
|
+
failure_reason: T['io.flow.billing.v0.enums.payout_status_failure_code'],
|
|
22477
|
+
});
|
|
22478
|
+
|
|
20513
22479
|
T['io.flow.internal.v0.enums.bank_payment_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed']);
|
|
20514
22480
|
|
|
20515
22481
|
T['io.flow.internal.v0.models.bank_payment_status_form'] = PropTypes.exact({
|
|
@@ -20609,6 +22575,16 @@ T['io.flow.internal.v0.models.restriction_rule_metadata'] = PropTypes.exact({
|
|
|
20609
22575
|
count: PropTypes.number.isRequired,
|
|
20610
22576
|
});
|
|
20611
22577
|
|
|
22578
|
+
T['io.flow.internal.v0.models.restriction_item_request_form'] = PropTypes.exact({
|
|
22579
|
+
status: T['io.flow.internal.v0.enums.restriction_status'],
|
|
22580
|
+
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.enums.restriction_status']),
|
|
22581
|
+
rule_ids: PropTypes.arrayOf(PropTypes.string),
|
|
22582
|
+
categories: PropTypes.arrayOf(PropTypes.string),
|
|
22583
|
+
product_name_query: PropTypes.string,
|
|
22584
|
+
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
22585
|
+
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
22586
|
+
});
|
|
22587
|
+
|
|
20612
22588
|
T['io.flow.internal.v0.models.report_rule_decision'] = PropTypes.exact({
|
|
20613
22589
|
rule_id: PropTypes.string.isRequired,
|
|
20614
22590
|
rule_name: PropTypes.string.isRequired,
|
|
@@ -20616,6 +22592,25 @@ T['io.flow.internal.v0.models.report_rule_decision'] = PropTypes.exact({
|
|
|
20616
22592
|
count: PropTypes.number.isRequired,
|
|
20617
22593
|
});
|
|
20618
22594
|
|
|
22595
|
+
T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.exact({
|
|
22596
|
+
id: PropTypes.string.isRequired,
|
|
22597
|
+
organization_id: PropTypes.string.isRequired,
|
|
22598
|
+
product_restriction_id: PropTypes.string.isRequired,
|
|
22599
|
+
rule_id: PropTypes.string.isRequired,
|
|
22600
|
+
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
22601
|
+
matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22602
|
+
matching_negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22603
|
+
updated_by_user_id: PropTypes.string.isRequired,
|
|
22604
|
+
});
|
|
22605
|
+
|
|
22606
|
+
T['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'] = PropTypes.exact({
|
|
22607
|
+
discriminator: PropTypes.oneOf(['product_restriction_rule_decision_upserted']).isRequired,
|
|
22608
|
+
event_id: PropTypes.string.isRequired,
|
|
22609
|
+
timestamp: PropTypes.string.isRequired,
|
|
22610
|
+
organization: PropTypes.string.isRequired,
|
|
22611
|
+
product_restriction_rule_decision: T['io.flow.internal.v0.models.product_restriction_rule_decision'].isRequired,
|
|
22612
|
+
});
|
|
22613
|
+
|
|
20619
22614
|
T['io.flow.internal.v0.models.auto_review_criteria'] = PropTypes.exact({
|
|
20620
22615
|
hs_code: PropTypes.string,
|
|
20621
22616
|
keywords: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -20975,6 +22970,15 @@ T['io.flow.experience.v0.models.order_builder_customer_form'] = PropTypes.exact(
|
|
|
20975
22970
|
customer: T['io.flow.common.v0.models.order_customer_form'].isRequired,
|
|
20976
22971
|
});
|
|
20977
22972
|
|
|
22973
|
+
T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropTypes.exact({
|
|
22974
|
+
order_number: PropTypes.string.isRequired,
|
|
22975
|
+
amount: PropTypes.number.isRequired,
|
|
22976
|
+
currency: PropTypes.string.isRequired,
|
|
22977
|
+
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
22978
|
+
ip: PropTypes.string,
|
|
22979
|
+
origin_url: PropTypes.string,
|
|
22980
|
+
});
|
|
22981
|
+
|
|
20978
22982
|
T['io.flow.payment.v0.models.inline_authorization_form'] = PropTypes.exact({
|
|
20979
22983
|
discriminator: PropTypes.oneOf(['inline_authorization_form']).isRequired,
|
|
20980
22984
|
method: PropTypes.string.isRequired,
|
|
@@ -21393,6 +23397,14 @@ T['io.flow.payment.v0.models.authorization_reference'] = PropTypes.exact({
|
|
|
21393
23397
|
order: T['io.flow.payment.v0.models.authorization_order_reference'],
|
|
21394
23398
|
});
|
|
21395
23399
|
|
|
23400
|
+
T['io.flow.payment.internal.v0.models.authorization_bundle'] = PropTypes.exact({
|
|
23401
|
+
id: PropTypes.string.isRequired,
|
|
23402
|
+
organization_id: PropTypes.string.isRequired,
|
|
23403
|
+
authorization_reference: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
23404
|
+
payment_request_reference: T['io.flow.payment.gateway.v0.models.payment_request_reference'].isRequired,
|
|
23405
|
+
billing: T['io.flow.payment.request.bundle.v0.models.payment_request_billing'],
|
|
23406
|
+
});
|
|
23407
|
+
|
|
21396
23408
|
T['io.flow.payment.v0.models.virtual_card_refund'] = PropTypes.exact({
|
|
21397
23409
|
id: PropTypes.string.isRequired,
|
|
21398
23410
|
issuer: T['io.flow.payment.v0.models.issuer_v1'].isRequired,
|
|
@@ -22688,6 +24700,92 @@ T['io.flow.fulfillment.v0.models.tier_form'] = PropTypes.exact({
|
|
|
22688
24700
|
settings: T['io.flow.fulfillment.v0.models.tier_settings'],
|
|
22689
24701
|
});
|
|
22690
24702
|
|
|
24703
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_source'] = PropTypes.exact({
|
|
24704
|
+
id: PropTypes.string.isRequired,
|
|
24705
|
+
local: T['io.flow.common.v0.models.money'].isRequired,
|
|
24706
|
+
transaction_created_at: PropTypes.string.isRequired,
|
|
24707
|
+
});
|
|
24708
|
+
|
|
24709
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition_account'] = PropTypes.exact({
|
|
24710
|
+
value: T['io.flow.common.v0.models.money'].isRequired,
|
|
24711
|
+
spot_rate: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_account_rate'].isRequired,
|
|
24712
|
+
});
|
|
24713
|
+
|
|
24714
|
+
T['io.flow.billing.internal.v0.models.fx_fee'] = PropTypes.exact({
|
|
24715
|
+
base: T['io.flow.common.v0.models.money'].isRequired,
|
|
24716
|
+
local: T['io.flow.common.v0.models.money'].isRequired,
|
|
24717
|
+
});
|
|
24718
|
+
|
|
24719
|
+
T['io.flow.billing.internal.v0.models.fx_revenue_recognition'] = PropTypes.exact({
|
|
24720
|
+
id: PropTypes.string.isRequired,
|
|
24721
|
+
organization: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_organization'].isRequired,
|
|
24722
|
+
account: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_account'].isRequired,
|
|
24723
|
+
fx: T['io.flow.billing.internal.v0.models.fx_fee'].isRequired,
|
|
24724
|
+
spot_rate: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_rate'].isRequired,
|
|
24725
|
+
created_at: PropTypes.string.isRequired,
|
|
24726
|
+
order: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_order'].isRequired,
|
|
24727
|
+
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
24728
|
+
source: T['io.flow.billing.internal.v0.models.fx_revenue_recognition_source'].isRequired,
|
|
24729
|
+
reporting_date: PropTypes.string,
|
|
24730
|
+
});
|
|
24731
|
+
|
|
24732
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_amount_fixed'] = PropTypes.exact({
|
|
24733
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
24734
|
+
});
|
|
24735
|
+
|
|
24736
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_fixed'] = PropTypes.exact({
|
|
24737
|
+
discriminator: PropTypes.oneOf(['fixed']).isRequired,
|
|
24738
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
24739
|
+
});
|
|
24740
|
+
|
|
24741
|
+
T['io.flow.billing.internal.v0.unions.adjustment_amount'] = PropTypes.oneOfType([
|
|
24742
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_percentage'],
|
|
24743
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_fixed'],
|
|
24744
|
+
]);
|
|
24745
|
+
|
|
24746
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction_fee'] = PropTypes.exact({
|
|
24747
|
+
type: T['io.flow.billing.v0.enums.fee_deduction_type'].isRequired,
|
|
24748
|
+
amount: T['io.flow.billing.internal.v0.unions.adjustment_amount'].isRequired,
|
|
24749
|
+
});
|
|
24750
|
+
|
|
24751
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction_withholding'] = PropTypes.exact({
|
|
24752
|
+
type: T['io.flow.billing.v0.enums.withholding_deduction_type'].isRequired,
|
|
24753
|
+
amount: T['io.flow.billing.internal.v0.unions.adjustment_amount'].isRequired,
|
|
24754
|
+
});
|
|
24755
|
+
|
|
24756
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction'] = PropTypes.exact({
|
|
24757
|
+
discriminator: PropTypes.oneOf(['processing_transaction']).isRequired,
|
|
24758
|
+
|
|
24759
|
+
withholdings: PropTypes.arrayOf(
|
|
24760
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction_withholding'],
|
|
24761
|
+
),
|
|
24762
|
+
|
|
24763
|
+
fees: PropTypes.arrayOf(
|
|
24764
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction_fee'],
|
|
24765
|
+
),
|
|
24766
|
+
});
|
|
24767
|
+
|
|
24768
|
+
T['io.flow.billing.internal.v0.unions.adjustment_details'] = PropTypes.oneOfType([
|
|
24769
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_percentage'],
|
|
24770
|
+
T['io.flow.billing.internal.v0.models.adjustment_amount_fixed'],
|
|
24771
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_processing_transaction'],
|
|
24772
|
+
]);
|
|
24773
|
+
|
|
24774
|
+
T['io.flow.billing.internal.v0.models.transaction_adjustment_form'] = PropTypes.exact({
|
|
24775
|
+
original_transaction_id: PropTypes.string.isRequired,
|
|
24776
|
+
description: PropTypes.string.isRequired,
|
|
24777
|
+
details: T['io.flow.billing.internal.v0.unions.adjustment_details'].isRequired,
|
|
24778
|
+
type: T['io.flow.billing.internal.v0.enums.adjustment_transaction_type'],
|
|
24779
|
+
});
|
|
24780
|
+
|
|
24781
|
+
T['io.flow.billing.internal.v0.models.transaction_adjustment'] = PropTypes.exact({
|
|
24782
|
+
id: PropTypes.string.isRequired,
|
|
24783
|
+
original_transaction: T['io.flow.billing.internal.v0.models.transaction_reference'].isRequired,
|
|
24784
|
+
adjustment_transaction: T['io.flow.billing.internal.v0.models.transaction_reference'],
|
|
24785
|
+
description: PropTypes.string.isRequired,
|
|
24786
|
+
details: T['io.flow.billing.internal.v0.unions.adjustment_details'].isRequired,
|
|
24787
|
+
});
|
|
24788
|
+
|
|
22691
24789
|
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_form'] = PropTypes.exact({
|
|
22692
24790
|
discriminator: PropTypes.oneOf(['shopify_merchant_application_form']).isRequired,
|
|
22693
24791
|
company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
@@ -23108,6 +25206,32 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
23108
25206
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
23109
25207
|
});
|
|
23110
25208
|
|
|
25209
|
+
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
25210
|
+
id: PropTypes.string.isRequired,
|
|
25211
|
+
key: PropTypes.string.isRequired,
|
|
25212
|
+
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
25213
|
+
amount: PropTypes.number.isRequired,
|
|
25214
|
+
currency: PropTypes.string.isRequired,
|
|
25215
|
+
base: T['io.flow.common.v0.models.money'],
|
|
25216
|
+
chargeback_issued_at: PropTypes.string.isRequired,
|
|
25217
|
+
created_at: PropTypes.string.isRequired,
|
|
25218
|
+
payment_status: T['io.flow.payment.internal.v0.enums.chargeback_payment_status'].isRequired,
|
|
25219
|
+
process_status: T['io.flow.payment.internal.v0.enums.chargeback_process_status'].isRequired,
|
|
25220
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
25221
|
+
processor_reason: PropTypes.string.isRequired,
|
|
25222
|
+
processor_status: PropTypes.string.isRequired,
|
|
25223
|
+
processor_reference: PropTypes.string,
|
|
25224
|
+
provider_reference: PropTypes.string,
|
|
25225
|
+
provider_reason_code: PropTypes.string,
|
|
25226
|
+
});
|
|
25227
|
+
|
|
25228
|
+
T['io.flow.payment.internal.v0.models.chargeback_version'] = PropTypes.exact({
|
|
25229
|
+
id: PropTypes.string.isRequired,
|
|
25230
|
+
timestamp: PropTypes.string.isRequired,
|
|
25231
|
+
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
25232
|
+
chargeback: T['io.flow.payment.internal.v0.models.chargeback'].isRequired,
|
|
25233
|
+
});
|
|
25234
|
+
|
|
23111
25235
|
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
23112
25236
|
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
23113
25237
|
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -24140,12 +26264,88 @@ T['io.flow.checkout.v0.models.checkout_token'] = PropTypes.exact({
|
|
|
24140
26264
|
customer: T['io.flow.common.v0.models.customer_reference'],
|
|
24141
26265
|
});
|
|
24142
26266
|
|
|
26267
|
+
T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'] = PropTypes.exact({
|
|
26268
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26269
|
+
number: PropTypes.string.isRequired,
|
|
26270
|
+
});
|
|
26271
|
+
|
|
26272
|
+
T['io.flow.billing.internal.v0.models.order_cancellation'] = PropTypes.exact({
|
|
26273
|
+
id: PropTypes.string.isRequired,
|
|
26274
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
26275
|
+
evidence: T['io.flow.billing.internal.v0.unions.order_cancellation_evidence'].isRequired,
|
|
26276
|
+
});
|
|
26277
|
+
|
|
26278
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof'] = PropTypes.exact({
|
|
26279
|
+
id: PropTypes.string.isRequired,
|
|
26280
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
26281
|
+
responsible_party: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
26282
|
+
|
|
26283
|
+
tracking: PropTypes.arrayOf(
|
|
26284
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking'],
|
|
26285
|
+
).isRequired,
|
|
26286
|
+
});
|
|
26287
|
+
|
|
24143
26288
|
T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
|
|
24144
26289
|
discriminator: PropTypes.oneOf(['organization_token_v2_reference']).isRequired,
|
|
24145
26290
|
id: PropTypes.string.isRequired,
|
|
24146
26291
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
24147
26292
|
});
|
|
24148
26293
|
|
|
26294
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order_transaction'] = PropTypes.exact({
|
|
26295
|
+
id: PropTypes.string.isRequired,
|
|
26296
|
+
type: PropTypes.string.isRequired,
|
|
26297
|
+
amount: PropTypes.number.isRequired,
|
|
26298
|
+
description: PropTypes.string,
|
|
26299
|
+
account: T['io.flow.billing.csv.v0.models.account_summary'].isRequired,
|
|
26300
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26301
|
+
order: T['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'].isRequired,
|
|
26302
|
+
});
|
|
26303
|
+
|
|
26304
|
+
T['io.flow.billing.csv.v0.models.billing_csv_label_transaction'] = PropTypes.exact({
|
|
26305
|
+
id: PropTypes.string.isRequired,
|
|
26306
|
+
type: PropTypes.string.isRequired,
|
|
26307
|
+
gross: PropTypes.number.isRequired,
|
|
26308
|
+
net: PropTypes.number.isRequired,
|
|
26309
|
+
discounts: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.discount']).isRequired,
|
|
26310
|
+
description: PropTypes.string,
|
|
26311
|
+
account: T['io.flow.billing.csv.v0.models.account_summary'].isRequired,
|
|
26312
|
+
label: T['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary'].isRequired,
|
|
26313
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26314
|
+
order: T['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'],
|
|
26315
|
+
});
|
|
26316
|
+
|
|
26317
|
+
T['io.flow.billing.csv.v0.models.billing_csv_channel_transaction'] = PropTypes.exact({
|
|
26318
|
+
id: PropTypes.string.isRequired,
|
|
26319
|
+
account: T['io.flow.billing.csv.v0.models.account_summary'].isRequired,
|
|
26320
|
+
type: PropTypes.string.isRequired,
|
|
26321
|
+
description: PropTypes.string,
|
|
26322
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26323
|
+
order: T['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'].isRequired,
|
|
26324
|
+
processing_transaction: T['io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction'].isRequired,
|
|
26325
|
+
spot_rate: T['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'].isRequired,
|
|
26326
|
+
processing_transaction_base_amount_in_channel_account_currency: PropTypes.number.isRequired,
|
|
26327
|
+
processing_transaction_total_fees_in_channel_account_currency: PropTypes.number.isRequired,
|
|
26328
|
+
processing_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26329
|
+
fraud_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26330
|
+
mor_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26331
|
+
fx_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26332
|
+
duty_guarantee_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26333
|
+
rate_lock_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26334
|
+
transfer_fee: T['io.flow.billing.csv.v0.models.billing_csv_fee'],
|
|
26335
|
+
total_fees: PropTypes.number.isRequired,
|
|
26336
|
+
amount: PropTypes.number.isRequired,
|
|
26337
|
+
});
|
|
26338
|
+
|
|
26339
|
+
T['io.flow.billing.csv.v0.models.billing_csv_channel_billed_transaction'] = PropTypes.exact({
|
|
26340
|
+
id: PropTypes.string.isRequired,
|
|
26341
|
+
type: PropTypes.string.isRequired,
|
|
26342
|
+
net: PropTypes.number.isRequired,
|
|
26343
|
+
description: PropTypes.string.isRequired,
|
|
26344
|
+
account: T['io.flow.billing.csv.v0.models.account_summary'].isRequired,
|
|
26345
|
+
organization: T['io.flow.common.v0.models.organization_reference'],
|
|
26346
|
+
order: T['io.flow.billing.csv.v0.models.billing_csv_order_summary'],
|
|
26347
|
+
});
|
|
26348
|
+
|
|
24149
26349
|
T['io.flow.export.v0.models.marketing_feeds_export_type'] = PropTypes.exact({
|
|
24150
26350
|
discriminator: PropTypes.oneOf(['marketing_feeds_export_type']).isRequired,
|
|
24151
26351
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
@@ -24673,6 +26873,357 @@ T['io.flow.fulfillment.v0.models.delivery_option'] = PropTypes.exact({
|
|
|
24673
26873
|
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
24674
26874
|
});
|
|
24675
26875
|
|
|
26876
|
+
T['io.flow.billing.internal.v0.models.trueup_transaction'] = PropTypes.exact({
|
|
26877
|
+
discriminator: PropTypes.oneOf(['trueup_transaction']).isRequired,
|
|
26878
|
+
label_transaction: T['io.flow.billing.internal.v0.models.transaction_reference'].isRequired,
|
|
26879
|
+
id: PropTypes.string.isRequired,
|
|
26880
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26881
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26882
|
+
posted_at: PropTypes.string,
|
|
26883
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26884
|
+
description: PropTypes.string.isRequired,
|
|
26885
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26886
|
+
created_at: PropTypes.string.isRequired,
|
|
26887
|
+
});
|
|
26888
|
+
|
|
26889
|
+
T['io.flow.billing.internal.v0.models.transfer_transaction'] = PropTypes.exact({
|
|
26890
|
+
discriminator: PropTypes.oneOf(['transfer_transaction']).isRequired,
|
|
26891
|
+
method: T['io.flow.billing.internal.v0.enums.transfer_method'].isRequired,
|
|
26892
|
+
id: PropTypes.string.isRequired,
|
|
26893
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26894
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26895
|
+
posted_at: PropTypes.string,
|
|
26896
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26897
|
+
description: PropTypes.string.isRequired,
|
|
26898
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26899
|
+
created_at: PropTypes.string.isRequired,
|
|
26900
|
+
});
|
|
26901
|
+
|
|
26902
|
+
T['io.flow.billing.internal.v0.models.tax_transaction'] = PropTypes.exact({
|
|
26903
|
+
discriminator: PropTypes.oneOf(['tax_transaction']).isRequired,
|
|
26904
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'],
|
|
26905
|
+
id: PropTypes.string.isRequired,
|
|
26906
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26907
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26908
|
+
posted_at: PropTypes.string,
|
|
26909
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26910
|
+
description: PropTypes.string.isRequired,
|
|
26911
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26912
|
+
created_at: PropTypes.string.isRequired,
|
|
26913
|
+
});
|
|
26914
|
+
|
|
26915
|
+
T['io.flow.billing.internal.v0.models.tax_remittance_transaction'] = PropTypes.exact({
|
|
26916
|
+
discriminator: PropTypes.oneOf(['tax_remittance_transaction']).isRequired,
|
|
26917
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_summary'].isRequired,
|
|
26918
|
+
invoice: T['io.flow.billing.internal.v0.models.billing_invoice_summary'].isRequired,
|
|
26919
|
+
id: PropTypes.string.isRequired,
|
|
26920
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26921
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26922
|
+
posted_at: PropTypes.string,
|
|
26923
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26924
|
+
description: PropTypes.string.isRequired,
|
|
26925
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26926
|
+
created_at: PropTypes.string.isRequired,
|
|
26927
|
+
});
|
|
26928
|
+
|
|
26929
|
+
T['io.flow.billing.internal.v0.models.subscription_transaction'] = PropTypes.exact({
|
|
26930
|
+
discriminator: PropTypes.oneOf(['subscription_transaction']).isRequired,
|
|
26931
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
26932
|
+
id: PropTypes.string.isRequired,
|
|
26933
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26934
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26935
|
+
posted_at: PropTypes.string,
|
|
26936
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26937
|
+
description: PropTypes.string.isRequired,
|
|
26938
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26939
|
+
created_at: PropTypes.string.isRequired,
|
|
26940
|
+
});
|
|
26941
|
+
|
|
26942
|
+
T['io.flow.billing.internal.v0.models.subscription'] = PropTypes.exact({
|
|
26943
|
+
id: PropTypes.string.isRequired,
|
|
26944
|
+
organization: PropTypes.string.isRequired,
|
|
26945
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26946
|
+
frequency: T['io.flow.billing.internal.v0.enums.subscription_frequency'].isRequired,
|
|
26947
|
+
starts_at: PropTypes.string.isRequired,
|
|
26948
|
+
created_at: PropTypes.string.isRequired,
|
|
26949
|
+
});
|
|
26950
|
+
|
|
26951
|
+
T['io.flow.billing.internal.v0.models.pending_bank_payment'] = PropTypes.exact({
|
|
26952
|
+
id: PropTypes.string.isRequired,
|
|
26953
|
+
account: T['io.flow.billing.internal.v0.models.account_summary'].isRequired,
|
|
26954
|
+
total: T['io.flow.common.v0.models.price'].isRequired,
|
|
26955
|
+
details: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.pending_bank_payment_detail']).isRequired,
|
|
26956
|
+
});
|
|
26957
|
+
|
|
26958
|
+
T['io.flow.billing.internal.v0.models.order_transaction'] = PropTypes.exact({
|
|
26959
|
+
discriminator: PropTypes.oneOf(['order_transaction']).isRequired,
|
|
26960
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
26961
|
+
id: PropTypes.string.isRequired,
|
|
26962
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26963
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26964
|
+
posted_at: PropTypes.string,
|
|
26965
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26966
|
+
description: PropTypes.string.isRequired,
|
|
26967
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26968
|
+
created_at: PropTypes.string.isRequired,
|
|
26969
|
+
});
|
|
26970
|
+
|
|
26971
|
+
T['io.flow.billing.internal.v0.models.manual_transaction'] = PropTypes.exact({
|
|
26972
|
+
discriminator: PropTypes.oneOf(['manual_transaction']).isRequired,
|
|
26973
|
+
category: T['io.flow.billing.internal.v0.enums.manual_transaction_category'],
|
|
26974
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'],
|
|
26975
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
26976
|
+
id: PropTypes.string.isRequired,
|
|
26977
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26978
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26979
|
+
posted_at: PropTypes.string,
|
|
26980
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26981
|
+
description: PropTypes.string.isRequired,
|
|
26982
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26983
|
+
created_at: PropTypes.string.isRequired,
|
|
26984
|
+
});
|
|
26985
|
+
|
|
26986
|
+
T['io.flow.billing.internal.v0.models.main_transaction'] = PropTypes.exact({
|
|
26987
|
+
id: PropTypes.string.isRequired,
|
|
26988
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
26989
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26990
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26991
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26992
|
+
posted_at: PropTypes.string,
|
|
26993
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
26994
|
+
created_at: PropTypes.string.isRequired,
|
|
26995
|
+
original_at: PropTypes.string,
|
|
26996
|
+
});
|
|
26997
|
+
|
|
26998
|
+
T['io.flow.billing.internal.v0.models.label_transaction'] = PropTypes.exact({
|
|
26999
|
+
discriminator: PropTypes.oneOf(['label_transaction']).isRequired,
|
|
27000
|
+
label: T['io.flow.billing.internal.v0.models.billing_label_summary'].isRequired,
|
|
27001
|
+
tracking: T['io.flow.billing.internal.v0.models.billing_label_tracking_summary_reference'].isRequired,
|
|
27002
|
+
gross_value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27003
|
+
discount: T['io.flow.billing.internal.v0.models.discount'].isRequired,
|
|
27004
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'],
|
|
27005
|
+
id: PropTypes.string.isRequired,
|
|
27006
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27007
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27008
|
+
posted_at: PropTypes.string,
|
|
27009
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27010
|
+
description: PropTypes.string.isRequired,
|
|
27011
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27012
|
+
created_at: PropTypes.string.isRequired,
|
|
27013
|
+
});
|
|
27014
|
+
|
|
27015
|
+
T['io.flow.billing.internal.v0.models.duty_transaction'] = PropTypes.exact({
|
|
27016
|
+
discriminator: PropTypes.oneOf(['duty_transaction']).isRequired,
|
|
27017
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'],
|
|
27018
|
+
id: PropTypes.string.isRequired,
|
|
27019
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27020
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27021
|
+
posted_at: PropTypes.string,
|
|
27022
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27023
|
+
description: PropTypes.string.isRequired,
|
|
27024
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27025
|
+
created_at: PropTypes.string.isRequired,
|
|
27026
|
+
});
|
|
27027
|
+
|
|
27028
|
+
T['io.flow.billing.internal.v0.models.dispute_transaction'] = PropTypes.exact({
|
|
27029
|
+
discriminator: PropTypes.oneOf(['dispute_transaction']).isRequired,
|
|
27030
|
+
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
27031
|
+
id: PropTypes.string.isRequired,
|
|
27032
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27033
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27034
|
+
posted_at: PropTypes.string,
|
|
27035
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27036
|
+
description: PropTypes.string.isRequired,
|
|
27037
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27038
|
+
created_at: PropTypes.string.isRequired,
|
|
27039
|
+
});
|
|
27040
|
+
|
|
27041
|
+
T['io.flow.billing.internal.v0.models.components'] = PropTypes.exact({
|
|
27042
|
+
vat: T['io.flow.common.v0.models.price'].isRequired,
|
|
27043
|
+
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
27044
|
+
freight: T['io.flow.common.v0.models.price'].isRequired,
|
|
27045
|
+
insurance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27046
|
+
});
|
|
27047
|
+
|
|
27048
|
+
T['io.flow.billing.internal.v0.models.fee'] = PropTypes.exact({
|
|
27049
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27050
|
+
description: PropTypes.string,
|
|
27051
|
+
});
|
|
27052
|
+
|
|
27053
|
+
T['io.flow.billing.internal.v0.models.fees'] = PropTypes.exact({
|
|
27054
|
+
processing: T['io.flow.billing.internal.v0.models.fee'],
|
|
27055
|
+
rate_lock: T['io.flow.billing.internal.v0.models.fee'].isRequired,
|
|
27056
|
+
mor: T['io.flow.billing.internal.v0.models.fee'],
|
|
27057
|
+
fx: T['io.flow.billing.internal.v0.models.fee'],
|
|
27058
|
+
duty_guarantee: T['io.flow.billing.internal.v0.models.fee'],
|
|
27059
|
+
transfer: T['io.flow.billing.internal.v0.models.fee'],
|
|
27060
|
+
});
|
|
27061
|
+
|
|
27062
|
+
T['io.flow.billing.internal.v0.models.channel_transaction'] = PropTypes.exact({
|
|
27063
|
+
discriminator: PropTypes.oneOf(['channel_transaction']).isRequired,
|
|
27064
|
+
transaction: T['io.flow.billing.internal.v0.models.transaction_reference'].isRequired,
|
|
27065
|
+
fees: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.fee']).isRequired,
|
|
27066
|
+
id: PropTypes.string.isRequired,
|
|
27067
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27068
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27069
|
+
posted_at: PropTypes.string,
|
|
27070
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27071
|
+
description: PropTypes.string.isRequired,
|
|
27072
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27073
|
+
created_at: PropTypes.string.isRequired,
|
|
27074
|
+
});
|
|
27075
|
+
|
|
27076
|
+
T['io.flow.billing.internal.v0.models.channel_billed_transaction'] = PropTypes.exact({
|
|
27077
|
+
discriminator: PropTypes.oneOf(['channel_billed_transaction']).isRequired,
|
|
27078
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'],
|
|
27079
|
+
id: PropTypes.string.isRequired,
|
|
27080
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27081
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27082
|
+
posted_at: PropTypes.string,
|
|
27083
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27084
|
+
description: PropTypes.string.isRequired,
|
|
27085
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27086
|
+
created_at: PropTypes.string.isRequired,
|
|
27087
|
+
});
|
|
27088
|
+
|
|
27089
|
+
T['io.flow.billing.internal.v0.models.next_billing_statement'] = PropTypes.exact({
|
|
27090
|
+
date: PropTypes.string.isRequired,
|
|
27091
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
27092
|
+
conditions: PropTypes.string,
|
|
27093
|
+
});
|
|
27094
|
+
|
|
27095
|
+
T['io.flow.billing.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
27096
|
+
id: PropTypes.string.isRequired,
|
|
27097
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27098
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27099
|
+
posted_at: PropTypes.string,
|
|
27100
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27101
|
+
description: PropTypes.string.isRequired,
|
|
27102
|
+
created_at: PropTypes.string.isRequired,
|
|
27103
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27104
|
+
});
|
|
27105
|
+
|
|
27106
|
+
T['io.flow.billing.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
27107
|
+
starting_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27108
|
+
subscription: T['io.flow.common.v0.models.price'].isRequired,
|
|
27109
|
+
transfer: T['io.flow.common.v0.models.price'].isRequired,
|
|
27110
|
+
invoice: T['io.flow.common.v0.models.price'].isRequired,
|
|
27111
|
+
manual: T['io.flow.common.v0.models.price'].isRequired,
|
|
27112
|
+
adjustment: T['io.flow.common.v0.models.price'].isRequired,
|
|
27113
|
+
capture: T['io.flow.common.v0.models.price'].isRequired,
|
|
27114
|
+
refund: T['io.flow.common.v0.models.price'].isRequired,
|
|
27115
|
+
reversal: T['io.flow.common.v0.models.price'].isRequired,
|
|
27116
|
+
credit_payment: T['io.flow.common.v0.models.price'].isRequired,
|
|
27117
|
+
fully_subsidized_order: T['io.flow.common.v0.models.price'].isRequired,
|
|
27118
|
+
virtual_card_capture: T['io.flow.common.v0.models.price'].isRequired,
|
|
27119
|
+
virtual_card_refund: T['io.flow.common.v0.models.price'].isRequired,
|
|
27120
|
+
tax_remittance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27121
|
+
dispute: T['io.flow.common.v0.models.price'].isRequired,
|
|
27122
|
+
channel: T['io.flow.common.v0.models.price'].isRequired,
|
|
27123
|
+
label: T['io.flow.common.v0.models.price'].isRequired,
|
|
27124
|
+
order: T['io.flow.common.v0.models.price'].isRequired,
|
|
27125
|
+
channel_billed: T['io.flow.common.v0.models.price'].isRequired,
|
|
27126
|
+
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
27127
|
+
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
27128
|
+
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
27129
|
+
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27130
|
+
});
|
|
27131
|
+
|
|
27132
|
+
T['io.flow.billing.internal.v0.models.organization_billing_statement'] = PropTypes.exact({
|
|
27133
|
+
id: PropTypes.string.isRequired,
|
|
27134
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
27135
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
27136
|
+
totals: T['io.flow.billing.internal.v0.models.billing_statement_totals'].isRequired,
|
|
27137
|
+
attachments: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
27138
|
+
});
|
|
27139
|
+
|
|
27140
|
+
T['io.flow.billing.internal.v0.models.channel_billing_statement'] = PropTypes.exact({
|
|
27141
|
+
id: PropTypes.string.isRequired,
|
|
27142
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
27143
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
27144
|
+
totals: T['io.flow.billing.internal.v0.models.billing_statement_totals'].isRequired,
|
|
27145
|
+
attachments: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
27146
|
+
});
|
|
27147
|
+
|
|
27148
|
+
T['io.flow.billing.internal.v0.models.billing_statement_summary'] = PropTypes.exact({
|
|
27149
|
+
id: PropTypes.string.isRequired,
|
|
27150
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
27151
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
27152
|
+
totals: T['io.flow.billing.internal.v0.models.billing_statement_totals'].isRequired,
|
|
27153
|
+
attachments: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
27154
|
+
});
|
|
27155
|
+
|
|
27156
|
+
T['io.flow.billing.internal.v0.models.bank_payment'] = PropTypes.exact({
|
|
27157
|
+
id: PropTypes.string.isRequired,
|
|
27158
|
+
key: PropTypes.string.isRequired,
|
|
27159
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
27160
|
+
reference: PropTypes.string,
|
|
27161
|
+
sent_on: PropTypes.string,
|
|
27162
|
+
status: T['io.flow.billing.v0.unions.payout_status'].isRequired,
|
|
27163
|
+
expected_delivery_by: PropTypes.string,
|
|
27164
|
+
total: T['io.flow.common.v0.models.price'].isRequired,
|
|
27165
|
+
});
|
|
27166
|
+
|
|
27167
|
+
T['io.flow.billing.internal.v0.models.account_statistics'] = PropTypes.exact({
|
|
27168
|
+
transfers: T['io.flow.common.v0.models.price'].isRequired,
|
|
27169
|
+
balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27170
|
+
pending: T['io.flow.common.v0.models.price'].isRequired,
|
|
27171
|
+
});
|
|
27172
|
+
|
|
27173
|
+
T['io.flow.billing.internal.v0.models.organization_account'] = PropTypes.exact({
|
|
27174
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
27175
|
+
id: PropTypes.string.isRequired,
|
|
27176
|
+
key: PropTypes.string,
|
|
27177
|
+
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
27178
|
+
currency: PropTypes.string.isRequired,
|
|
27179
|
+
updated_at: PropTypes.string.isRequired,
|
|
27180
|
+
timezone: T['io.flow.reference.v0.models.timezone'].isRequired,
|
|
27181
|
+
payment_schedule: T['io.flow.common.v0.unions.repeat_schedule'].isRequired,
|
|
27182
|
+
payment_conditions: PropTypes.string,
|
|
27183
|
+
deposit_rule: T['io.flow.billing.internal.v0.models.account_deposit_rule'],
|
|
27184
|
+
center_key: PropTypes.string,
|
|
27185
|
+
statistics: T['io.flow.billing.internal.v0.models.account_statistics'].isRequired,
|
|
27186
|
+
next_statement: T['io.flow.billing.internal.v0.models.next_billing_statement'].isRequired,
|
|
27187
|
+
bank_account: T['io.flow.billing.internal.v0.models.bank_account_reference'],
|
|
27188
|
+
created_at: PropTypes.string.isRequired,
|
|
27189
|
+
});
|
|
27190
|
+
|
|
27191
|
+
T['io.flow.billing.internal.v0.models.flow_account'] = PropTypes.exact({
|
|
27192
|
+
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
27193
|
+
id: PropTypes.string.isRequired,
|
|
27194
|
+
key: PropTypes.string,
|
|
27195
|
+
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
27196
|
+
currency: PropTypes.string.isRequired,
|
|
27197
|
+
updated_at: PropTypes.string.isRequired,
|
|
27198
|
+
timezone: T['io.flow.reference.v0.models.timezone'].isRequired,
|
|
27199
|
+
payment_schedule: T['io.flow.common.v0.unions.repeat_schedule'].isRequired,
|
|
27200
|
+
payment_conditions: PropTypes.string,
|
|
27201
|
+
deposit_rule: T['io.flow.billing.internal.v0.models.account_deposit_rule'],
|
|
27202
|
+
center_key: PropTypes.string,
|
|
27203
|
+
statistics: T['io.flow.billing.internal.v0.models.account_statistics'].isRequired,
|
|
27204
|
+
next_statement: T['io.flow.billing.internal.v0.models.next_billing_statement'].isRequired,
|
|
27205
|
+
bank_account: T['io.flow.billing.internal.v0.models.bank_account_reference'],
|
|
27206
|
+
created_at: PropTypes.string.isRequired,
|
|
27207
|
+
});
|
|
27208
|
+
|
|
27209
|
+
T['io.flow.billing.internal.v0.models.channel_account'] = PropTypes.exact({
|
|
27210
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
27211
|
+
id: PropTypes.string.isRequired,
|
|
27212
|
+
key: PropTypes.string,
|
|
27213
|
+
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
27214
|
+
currency: PropTypes.string.isRequired,
|
|
27215
|
+
updated_at: PropTypes.string.isRequired,
|
|
27216
|
+
timezone: T['io.flow.reference.v0.models.timezone'].isRequired,
|
|
27217
|
+
payment_schedule: T['io.flow.common.v0.unions.repeat_schedule'].isRequired,
|
|
27218
|
+
payment_conditions: PropTypes.string,
|
|
27219
|
+
deposit_rule: T['io.flow.billing.internal.v0.models.account_deposit_rule'],
|
|
27220
|
+
center_key: PropTypes.string,
|
|
27221
|
+
statistics: T['io.flow.billing.internal.v0.models.account_statistics'].isRequired,
|
|
27222
|
+
next_statement: T['io.flow.billing.internal.v0.models.next_billing_statement'].isRequired,
|
|
27223
|
+
bank_account: T['io.flow.billing.internal.v0.models.bank_account_reference'],
|
|
27224
|
+
created_at: PropTypes.string.isRequired,
|
|
27225
|
+
});
|
|
27226
|
+
|
|
24676
27227
|
T['io.flow.catalog.v0.models.localized_adjustment'] = PropTypes.exact({
|
|
24677
27228
|
currency: PropTypes.string.isRequired,
|
|
24678
27229
|
amount: PropTypes.number.isRequired,
|
|
@@ -24822,6 +27373,143 @@ T['io.flow.partner.v0.models.label'] = PropTypes.exact({
|
|
|
24822
27373
|
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
24823
27374
|
});
|
|
24824
27375
|
|
|
27376
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'] = PropTypes.exact({
|
|
27377
|
+
discriminator: PropTypes.oneOf(['discount']).isRequired,
|
|
27378
|
+
price: T['io.flow.common.v0.models.price'].isRequired,
|
|
27379
|
+
});
|
|
27380
|
+
|
|
27381
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'] = PropTypes.exact({
|
|
27382
|
+
date: PropTypes.string.isRequired,
|
|
27383
|
+
description: PropTypes.string.isRequired,
|
|
27384
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27385
|
+
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
27386
|
+
});
|
|
27387
|
+
|
|
27388
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'] = PropTypes.exact({
|
|
27389
|
+
rate: PropTypes.number.isRequired,
|
|
27390
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27391
|
+
});
|
|
27392
|
+
|
|
27393
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping'] = PropTypes.exact({
|
|
27394
|
+
discriminator: PropTypes.oneOf(['shipping']).isRequired,
|
|
27395
|
+
price: T['io.flow.common.v0.models.price'].isRequired,
|
|
27396
|
+
discount: T['io.flow.common.v0.models.price'],
|
|
27397
|
+
tax: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27398
|
+
duty: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27399
|
+
});
|
|
27400
|
+
|
|
27401
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item'] = PropTypes.exact({
|
|
27402
|
+
discriminator: PropTypes.oneOf(['item']).isRequired,
|
|
27403
|
+
item: T['io.flow.common.v0.models.item_reference'].isRequired,
|
|
27404
|
+
description: PropTypes.string.isRequired,
|
|
27405
|
+
quantity: PropTypes.number.isRequired,
|
|
27406
|
+
unit_price: T['io.flow.common.v0.models.price'].isRequired,
|
|
27407
|
+
unit_discount: T['io.flow.common.v0.models.price'],
|
|
27408
|
+
unit_tax: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27409
|
+
unit_duty: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27410
|
+
});
|
|
27411
|
+
|
|
27412
|
+
T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'] = PropTypes.oneOfType([
|
|
27413
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item'],
|
|
27414
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'],
|
|
27415
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping'],
|
|
27416
|
+
]);
|
|
27417
|
+
|
|
27418
|
+
T['io.flow.consumer.invoice.v0.models.credit_memo'] = PropTypes.exact({
|
|
27419
|
+
id: PropTypes.string.isRequired,
|
|
27420
|
+
number: PropTypes.string,
|
|
27421
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
27422
|
+
date: PropTypes.string.isRequired,
|
|
27423
|
+
key: PropTypes.string.isRequired,
|
|
27424
|
+
invoice: T['io.flow.consumer.invoice.v0.models.consumer_invoice_reference'].isRequired,
|
|
27425
|
+
entity: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27426
|
+
payments: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_payment']).isRequired,
|
|
27427
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
27428
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
27429
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
27430
|
+
tax_registration: T['io.flow.harmonization.v0.models.tax_registration'],
|
|
27431
|
+
});
|
|
27432
|
+
|
|
27433
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice'] = PropTypes.exact({
|
|
27434
|
+
id: PropTypes.string.isRequired,
|
|
27435
|
+
number: PropTypes.string.isRequired,
|
|
27436
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
27437
|
+
date: PropTypes.string.isRequired,
|
|
27438
|
+
key: PropTypes.string.isRequired,
|
|
27439
|
+
order: T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'].isRequired,
|
|
27440
|
+
entity: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27441
|
+
payments: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_payment']).isRequired,
|
|
27442
|
+
center: T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'],
|
|
27443
|
+
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
27444
|
+
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
27445
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
27446
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
27447
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
27448
|
+
tax_registration: T['io.flow.harmonization.v0.models.tax_registration'],
|
|
27449
|
+
customer_type: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type'],
|
|
27450
|
+
estimated_delivery_date: PropTypes.string,
|
|
27451
|
+
});
|
|
27452
|
+
|
|
27453
|
+
T['io.flow.consumer.invoice.v0.models.b2b_invoice'] = PropTypes.exact({
|
|
27454
|
+
id: PropTypes.string.isRequired,
|
|
27455
|
+
number: PropTypes.string.isRequired,
|
|
27456
|
+
buyer: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27457
|
+
seller: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27458
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
27459
|
+
date: PropTypes.string.isRequired,
|
|
27460
|
+
key: PropTypes.string.isRequired,
|
|
27461
|
+
order: T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'].isRequired,
|
|
27462
|
+
economic_title_location: T['io.flow.merchant.of.record.v0.enums.economic_title_location'].isRequired,
|
|
27463
|
+
center: T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'],
|
|
27464
|
+
destination: T['io.flow.experience.v0.models.order_address'],
|
|
27465
|
+
tax: T['io.flow.common.v0.models.money'].isRequired,
|
|
27466
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
27467
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
27468
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
27469
|
+
estimated_delivery_date: PropTypes.string,
|
|
27470
|
+
b2b_invoice_type: T['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'].isRequired,
|
|
27471
|
+
});
|
|
27472
|
+
|
|
27473
|
+
T['io.flow.consumer.invoice.v0.models.b2b_credit_memo'] = PropTypes.exact({
|
|
27474
|
+
id: PropTypes.string.isRequired,
|
|
27475
|
+
number: PropTypes.string.isRequired,
|
|
27476
|
+
buyer: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27477
|
+
seller: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
27478
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
27479
|
+
date: PropTypes.string.isRequired,
|
|
27480
|
+
key: PropTypes.string.isRequired,
|
|
27481
|
+
invoice: T['io.flow.consumer.invoice.v0.models.b2b_invoice_reference'].isRequired,
|
|
27482
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
27483
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
27484
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
27485
|
+
b2b_invoice_type: T['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'].isRequired,
|
|
27486
|
+
});
|
|
27487
|
+
|
|
27488
|
+
T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'] = PropTypes.exact({
|
|
27489
|
+
discriminator: PropTypes.string.isRequired,
|
|
27490
|
+
item_number: PropTypes.string,
|
|
27491
|
+
quantity: PropTypes.number.isRequired,
|
|
27492
|
+
unit_price: T['io.flow.common.v0.models.price'].isRequired,
|
|
27493
|
+
unit_discount: T['io.flow.common.v0.models.price'],
|
|
27494
|
+
unit_tax: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27495
|
+
unit_duty: T['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'],
|
|
27496
|
+
});
|
|
27497
|
+
|
|
27498
|
+
T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line'] = PropTypes.exact({
|
|
27499
|
+
invoice: T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'].isRequired,
|
|
27500
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_summary'].isRequired,
|
|
27501
|
+
line: T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'].isRequired,
|
|
27502
|
+
});
|
|
27503
|
+
|
|
27504
|
+
T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice'] = PropTypes.exact({
|
|
27505
|
+
invoice: T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'].isRequired,
|
|
27506
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_summary'].isRequired,
|
|
27507
|
+
|
|
27508
|
+
lines: PropTypes.arrayOf(
|
|
27509
|
+
T['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'],
|
|
27510
|
+
).isRequired,
|
|
27511
|
+
});
|
|
27512
|
+
|
|
24825
27513
|
T['io.flow.payment.v0.models.virtual_card'] = PropTypes.exact({
|
|
24826
27514
|
id: PropTypes.string.isRequired,
|
|
24827
27515
|
key: PropTypes.string.isRequired,
|
|
@@ -24874,6 +27562,35 @@ T['io.flow.catalog.v0.models.localized_item_price'] = PropTypes.exact({
|
|
|
24874
27562
|
includes: T['io.flow.common.v0.models.included_levies'],
|
|
24875
27563
|
});
|
|
24876
27564
|
|
|
27565
|
+
T['io.flow.invoice.v0.models.invoice_line'] = PropTypes.exact({
|
|
27566
|
+
id: PropTypes.string.isRequired,
|
|
27567
|
+
description: PropTypes.string.isRequired,
|
|
27568
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27569
|
+
});
|
|
27570
|
+
|
|
27571
|
+
T['io.flow.invoice.v0.models.invoice'] = PropTypes.exact({
|
|
27572
|
+
id: PropTypes.string.isRequired,
|
|
27573
|
+
number: PropTypes.string.isRequired,
|
|
27574
|
+
date: PropTypes.string.isRequired,
|
|
27575
|
+
terms: T['io.flow.invoice.v0.enums.payment_term'].isRequired,
|
|
27576
|
+
due_date: PropTypes.string.isRequired,
|
|
27577
|
+
lines: PropTypes.arrayOf(T['io.flow.invoice.v0.models.invoice_line']).isRequired,
|
|
27578
|
+
total: T['io.flow.common.v0.models.price'].isRequired,
|
|
27579
|
+
});
|
|
27580
|
+
|
|
27581
|
+
T['io.flow.billing.internal.v0.models.invoice_transaction'] = PropTypes.exact({
|
|
27582
|
+
discriminator: PropTypes.oneOf(['invoice_transaction']).isRequired,
|
|
27583
|
+
invoice: T['io.flow.invoice.v0.models.invoice'].isRequired,
|
|
27584
|
+
id: PropTypes.string.isRequired,
|
|
27585
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27586
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
27587
|
+
posted_at: PropTypes.string,
|
|
27588
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
27589
|
+
description: PropTypes.string.isRequired,
|
|
27590
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
27591
|
+
created_at: PropTypes.string.isRequired,
|
|
27592
|
+
});
|
|
27593
|
+
|
|
24877
27594
|
T['io.flow.order.price.v0.models.order_price_detail_component'] = PropTypes.exact({
|
|
24878
27595
|
key: T['io.flow.order.price.v0.enums.order_price_detail_component_key'].isRequired,
|
|
24879
27596
|
currency: PropTypes.string.isRequired,
|
|
@@ -25598,6 +28315,72 @@ T['io.flow.shopify.v0.models.shopify_cart_item'] = PropTypes.exact({
|
|
|
25598
28315
|
vendor: PropTypes.string,
|
|
25599
28316
|
});
|
|
25600
28317
|
|
|
28318
|
+
T['io.flow.billing.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
28319
|
+
discriminator: PropTypes.oneOf(['virtual_card_transaction']).isRequired,
|
|
28320
|
+
virtual_card: T['io.flow.payment.v0.models.virtual_card_reference'].isRequired,
|
|
28321
|
+
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
28322
|
+
original: T['io.flow.common.v0.models.price_with_base'].isRequired,
|
|
28323
|
+
processing_fee: T['io.flow.billing.internal.v0.models.fee'].isRequired,
|
|
28324
|
+
id: PropTypes.string.isRequired,
|
|
28325
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
28326
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
28327
|
+
posted_at: PropTypes.string,
|
|
28328
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
28329
|
+
description: PropTypes.string.isRequired,
|
|
28330
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
28331
|
+
created_at: PropTypes.string.isRequired,
|
|
28332
|
+
});
|
|
28333
|
+
|
|
28334
|
+
T['io.flow.billing.internal.v0.models.processing_transaction'] = PropTypes.exact({
|
|
28335
|
+
discriminator: PropTypes.oneOf(['processing_transaction']).isRequired,
|
|
28336
|
+
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
28337
|
+
logistics_responsibility: PropTypes.arrayOf(T['io.flow.billing.internal.v0.enums.responsible_party']).isRequired,
|
|
28338
|
+
original_at: PropTypes.string,
|
|
28339
|
+
reference: PropTypes.string.isRequired,
|
|
28340
|
+
psp_reference_id: PropTypes.string.isRequired,
|
|
28341
|
+
reference_id: PropTypes.string.isRequired,
|
|
28342
|
+
reference_key: PropTypes.string.isRequired,
|
|
28343
|
+
primary_identifier: PropTypes.string,
|
|
28344
|
+
payment_method: PropTypes.string.isRequired,
|
|
28345
|
+
original: T['io.flow.common.v0.models.price_with_base'].isRequired,
|
|
28346
|
+
original_base_at_spot_rate: T['io.flow.common.v0.models.price'],
|
|
28347
|
+
fees: T['io.flow.billing.internal.v0.models.fees'].isRequired,
|
|
28348
|
+
components: T['io.flow.billing.internal.v0.models.components'],
|
|
28349
|
+
withholdings: T['io.flow.billing.internal.v0.models.components'].isRequired,
|
|
28350
|
+
parent_transaction_id: PropTypes.string,
|
|
28351
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_summary'],
|
|
28352
|
+
spot_rate: PropTypes.number.isRequired,
|
|
28353
|
+
flow_rate: PropTypes.number.isRequired,
|
|
28354
|
+
flow_margin: PropTypes.number.isRequired,
|
|
28355
|
+
revenue_share: T['io.flow.common.v0.models.price'],
|
|
28356
|
+
id: PropTypes.string.isRequired,
|
|
28357
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
28358
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
28359
|
+
posted_at: PropTypes.string,
|
|
28360
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
28361
|
+
description: PropTypes.string.isRequired,
|
|
28362
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
28363
|
+
created_at: PropTypes.string.isRequired,
|
|
28364
|
+
});
|
|
28365
|
+
|
|
28366
|
+
T['io.flow.billing.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
28367
|
+
T['io.flow.billing.internal.v0.models.invoice_transaction'],
|
|
28368
|
+
T['io.flow.billing.internal.v0.models.manual_transaction'],
|
|
28369
|
+
T['io.flow.billing.internal.v0.models.processing_transaction'],
|
|
28370
|
+
T['io.flow.billing.internal.v0.models.subscription_transaction'],
|
|
28371
|
+
T['io.flow.billing.internal.v0.models.tax_remittance_transaction'],
|
|
28372
|
+
T['io.flow.billing.internal.v0.models.transfer_transaction'],
|
|
28373
|
+
T['io.flow.billing.internal.v0.models.virtual_card_transaction'],
|
|
28374
|
+
T['io.flow.billing.internal.v0.models.dispute_transaction'],
|
|
28375
|
+
T['io.flow.billing.internal.v0.models.channel_transaction'],
|
|
28376
|
+
T['io.flow.billing.internal.v0.models.label_transaction'],
|
|
28377
|
+
T['io.flow.billing.internal.v0.models.order_transaction'],
|
|
28378
|
+
T['io.flow.billing.internal.v0.models.channel_billed_transaction'],
|
|
28379
|
+
T['io.flow.billing.internal.v0.models.tax_transaction'],
|
|
28380
|
+
T['io.flow.billing.internal.v0.models.duty_transaction'],
|
|
28381
|
+
T['io.flow.billing.internal.v0.models.trueup_transaction'],
|
|
28382
|
+
]);
|
|
28383
|
+
|
|
25601
28384
|
T['io.flow.item.v0.models.local_item_attribute_pricing'] = PropTypes.exact({
|
|
25602
28385
|
pretax_price: T['io.flow.common.v0.models.price_with_base'].isRequired,
|
|
25603
28386
|
vat: T['io.flow.catalog.v0.models.localized_item_vat'],
|
|
@@ -26478,13 +29261,13 @@ T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
|
26478
29261
|
order: T['io.flow.internal.v0.models.order_summary'].isRequired,
|
|
26479
29262
|
origin: T['io.flow.internal.v0.models.fulfillment_origin'],
|
|
26480
29263
|
lines: PropTypes.arrayOf(T['io.flow.internal.v0.models.fulfillment_line']).isRequired,
|
|
26481
|
-
shipping: T['io.flow.internal.v0.models.fulfillment_shipping'].isRequired,
|
|
26482
29264
|
shopper: T['io.flow.internal.v0.models.shopper_summary'].isRequired,
|
|
26483
29265
|
merchant: T['io.flow.internal.v0.models.merchant_summary'].isRequired,
|
|
26484
29266
|
proof: T['io.flow.internal.v0.unions.fulfillment_proof'].isRequired,
|
|
26485
29267
|
responsible_party: T['io.flow.internal.v0.enums.responsible_party'].isRequired,
|
|
26486
29268
|
completes_order: PropTypes.bool.isRequired,
|
|
26487
29269
|
sequence_number: PropTypes.number.isRequired,
|
|
29270
|
+
posting_cutoff: PropTypes.string.isRequired,
|
|
26488
29271
|
business: T['io.flow.internal.v0.models.fulfillment_business'],
|
|
26489
29272
|
});
|
|
26490
29273
|
|
|
@@ -27285,6 +30068,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27285
30068
|
T['io.flow.internal.v0.models.transaction_statement_deleted'],
|
|
27286
30069
|
T['io.flow.internal.v0.models.daily_value_upserted'],
|
|
27287
30070
|
T['io.flow.internal.v0.models.daily_value_deleted'],
|
|
30071
|
+
T['io.flow.internal.v0.models.sales_record_upserted'],
|
|
30072
|
+
T['io.flow.internal.v0.models.sales_record_deleted'],
|
|
27288
30073
|
T['io.flow.internal.v0.models.label_invoice_request_upserted'],
|
|
27289
30074
|
T['io.flow.internal.v0.models.label_invoice_request_deleted'],
|
|
27290
30075
|
T['io.flow.internal.v0.models.calculator_organization_settings_upserted'],
|
|
@@ -27379,6 +30164,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27379
30164
|
T['io.flow.internal.v0.models.platform_fee_change_deleted'],
|
|
27380
30165
|
T['io.flow.internal.v0.models.organization_bank_account_upserted'],
|
|
27381
30166
|
T['io.flow.internal.v0.models.organization_bank_account_deleted'],
|
|
30167
|
+
T['io.flow.internal.v0.models.billing_csv_transaction_upserted'],
|
|
30168
|
+
T['io.flow.internal.v0.models.billing_csv_transaction_deleted'],
|
|
27382
30169
|
T['io.flow.internal.v0.models.fraud_review_upserted'],
|
|
27383
30170
|
T['io.flow.internal.v0.models.fraud_review_deleted'],
|
|
27384
30171
|
T['io.flow.internal.v0.models.fraud_pending_review_upserted'],
|
|
@@ -27489,6 +30276,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27489
30276
|
T['io.flow.internal.v0.models.paypal_refund_deleted'],
|
|
27490
30277
|
T['io.flow.internal.v0.models.paypal_refund_upserted'],
|
|
27491
30278
|
T['io.flow.internal.v0.models.pricing_indicator'],
|
|
30279
|
+
T['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'],
|
|
30280
|
+
T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'],
|
|
27492
30281
|
T['io.flow.internal.v0.models.order_rates_published_v3'],
|
|
27493
30282
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'],
|
|
27494
30283
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'],
|
|
@@ -27723,6 +30512,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27723
30512
|
'transaction_statement_deleted',
|
|
27724
30513
|
'daily_value_upserted',
|
|
27725
30514
|
'daily_value_deleted',
|
|
30515
|
+
'sales_record_upserted',
|
|
30516
|
+
'sales_record_deleted',
|
|
27726
30517
|
'label_invoice_request_upserted',
|
|
27727
30518
|
'label_invoice_request_deleted',
|
|
27728
30519
|
'calculator_organization_settings_upserted',
|
|
@@ -27817,6 +30608,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27817
30608
|
'platform_fee_change_deleted',
|
|
27818
30609
|
'organization_bank_account_upserted',
|
|
27819
30610
|
'organization_bank_account_deleted',
|
|
30611
|
+
'billing_csv_transaction_upserted',
|
|
30612
|
+
'billing_csv_transaction_deleted',
|
|
27820
30613
|
'fraud_review_upserted',
|
|
27821
30614
|
'fraud_review_deleted',
|
|
27822
30615
|
'fraud_pending_review_upserted',
|
|
@@ -27927,6 +30720,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27927
30720
|
'paypal_refund_deleted',
|
|
27928
30721
|
'paypal_refund_upserted',
|
|
27929
30722
|
'pricing_indicator',
|
|
30723
|
+
'product_restriction_rule_decision_upserted',
|
|
30724
|
+
'product_restriction_rule_decision_deleted',
|
|
27930
30725
|
'order_rates_published_v3',
|
|
27931
30726
|
'ratecard_dimension_estimate_upserted',
|
|
27932
30727
|
'ratecard_dimension_estimate_deleted',
|
|
@@ -28109,12 +30904,13 @@ T['io.flow.internal.v0.enums.shopify_markets_dangerous_goods'] = PropTypes.oneOf
|
|
|
28109
30904
|
T['io.flow.internal.v0.enums.shopify_markets_hts_number_available'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
|
|
28110
30905
|
|
|
28111
30906
|
T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'] = PropTypes.oneOf([
|
|
28112
|
-
'order_update',
|
|
28113
30907
|
'card_payment',
|
|
28114
|
-
'online_payment',
|
|
28115
|
-
'flow_shop',
|
|
28116
30908
|
'catalog_publication_sync',
|
|
30909
|
+
'flow_shop',
|
|
30910
|
+
'online_payment',
|
|
30911
|
+
'order_update',
|
|
28117
30912
|
'product_restriction_result',
|
|
30913
|
+
'product_sync',
|
|
28118
30914
|
]);
|
|
28119
30915
|
|
|
28120
30916
|
T['io.flow.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
|
|
@@ -28939,6 +31735,16 @@ T['io.flow.internal.v0.models.restriction_category'] = PropTypes.exact({
|
|
|
28939
31735
|
category: PropTypes.string.isRequired,
|
|
28940
31736
|
});
|
|
28941
31737
|
|
|
31738
|
+
T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exact({
|
|
31739
|
+
restricted_rules: PropTypes.arrayOf(PropTypes.string),
|
|
31740
|
+
accepted_rules: PropTypes.arrayOf(PropTypes.string),
|
|
31741
|
+
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
31742
|
+
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
31743
|
+
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
31744
|
+
categories: PropTypes.arrayOf(PropTypes.string),
|
|
31745
|
+
product_name_query: PropTypes.string,
|
|
31746
|
+
});
|
|
31747
|
+
|
|
28942
31748
|
T['io.flow.internal.v0.models.retracking'] = PropTypes.exact({
|
|
28943
31749
|
carrier: PropTypes.string.isRequired,
|
|
28944
31750
|
tracking_number: PropTypes.string,
|
|
@@ -29156,24 +31962,6 @@ T['io.flow.internal.v0.models.webhook'] = PropTypes.exact({
|
|
|
29156
31962
|
placeholder: PropTypes.string,
|
|
29157
31963
|
});
|
|
29158
31964
|
|
|
29159
|
-
T['io.flow.google.pay.v0.enums.card_gateway'] = PropTypes.oneOf(['adyen', 'stripe']);
|
|
29160
|
-
|
|
29161
|
-
T['io.flow.google.pay.v0.models.card_adyen_tokenization_parameters'] = PropTypes.exact({
|
|
29162
|
-
gateway: PropTypes.string.isRequired,
|
|
29163
|
-
gatewayMerchantId: PropTypes.string.isRequired,
|
|
29164
|
-
});
|
|
29165
|
-
|
|
29166
|
-
T['io.flow.google.pay.v0.models.card_direct_tokenization_parameters'] = PropTypes.exact({
|
|
29167
|
-
protocolVersion: PropTypes.string.isRequired,
|
|
29168
|
-
publicKey: PropTypes.string.isRequired,
|
|
29169
|
-
});
|
|
29170
|
-
|
|
29171
|
-
T['io.flow.google.pay.v0.models.signed_message'] = PropTypes.exact({
|
|
29172
|
-
encryptedMessage: PropTypes.string.isRequired,
|
|
29173
|
-
ephemeralPublicKey: PropTypes.string.isRequired,
|
|
29174
|
-
tag: PropTypes.string.isRequired,
|
|
29175
|
-
});
|
|
29176
|
-
|
|
29177
31965
|
T['io.flow.return.v0.enums.return_status'] = PropTypes.oneOf(['open', 'refunded']);
|
|
29178
31966
|
|
|
29179
31967
|
T['io.flow.return.v0.models.return_item_reference'] = PropTypes.exact({
|
|
@@ -29273,6 +32061,31 @@ T['io.flow.payment.v0.models.reversal_put_form'] = PropTypes.exact({
|
|
|
29273
32061
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
29274
32062
|
});
|
|
29275
32063
|
|
|
32064
|
+
T['io.flow.google.pay.v0.enums.card_gateway'] = PropTypes.oneOf(['adyen', 'stripe']);
|
|
32065
|
+
|
|
32066
|
+
T['io.flow.google.pay.v0.models.card_adyen_tokenization_parameters'] = PropTypes.exact({
|
|
32067
|
+
gateway: PropTypes.string.isRequired,
|
|
32068
|
+
gatewayMerchantId: PropTypes.string.isRequired,
|
|
32069
|
+
});
|
|
32070
|
+
|
|
32071
|
+
T['io.flow.google.pay.v0.models.card_direct_tokenization_parameters'] = PropTypes.exact({
|
|
32072
|
+
protocolVersion: PropTypes.string.isRequired,
|
|
32073
|
+
publicKey: PropTypes.string.isRequired,
|
|
32074
|
+
});
|
|
32075
|
+
|
|
32076
|
+
T['io.flow.google.pay.v0.models.signed_message'] = PropTypes.exact({
|
|
32077
|
+
encryptedMessage: PropTypes.string.isRequired,
|
|
32078
|
+
ephemeralPublicKey: PropTypes.string.isRequired,
|
|
32079
|
+
tag: PropTypes.string.isRequired,
|
|
32080
|
+
});
|
|
32081
|
+
|
|
32082
|
+
T['io.flow.billing.csv.v0.models.billing_csv_order_destination'] = PropTypes.exact({
|
|
32083
|
+
city: PropTypes.string,
|
|
32084
|
+
province: PropTypes.string,
|
|
32085
|
+
postal: PropTypes.string,
|
|
32086
|
+
country: PropTypes.string,
|
|
32087
|
+
});
|
|
32088
|
+
|
|
29276
32089
|
T['io.flow.stripe.v0.enums.event_type'] = PropTypes.oneOf([
|
|
29277
32090
|
'charge.captured',
|
|
29278
32091
|
'charge.failed',
|
|
@@ -29457,6 +32270,24 @@ T['io.flow.brickftp.v0.models.file_upload_metadata'] = PropTypes.exact({
|
|
|
29457
32270
|
upload_uri: PropTypes.string.isRequired,
|
|
29458
32271
|
});
|
|
29459
32272
|
|
|
32273
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_form'] = PropTypes.exact({
|
|
32274
|
+
order_number: PropTypes.string.isRequired,
|
|
32275
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
32276
|
+
});
|
|
32277
|
+
|
|
32278
|
+
T['io.flow.consumer.invoice.v0.models.consumer_invoice_form_by_order'] = PropTypes.exact({
|
|
32279
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
32280
|
+
});
|
|
32281
|
+
|
|
32282
|
+
T['io.flow.consumer.invoice.v0.models.invoice_export'] = PropTypes.exact({
|
|
32283
|
+
id: PropTypes.string.isRequired,
|
|
32284
|
+
});
|
|
32285
|
+
|
|
32286
|
+
T['io.flow.consumer.invoice.v0.models.invoice_export_form'] = PropTypes.exact({
|
|
32287
|
+
date_from: PropTypes.string,
|
|
32288
|
+
date_to: PropTypes.string,
|
|
32289
|
+
});
|
|
32290
|
+
|
|
29460
32291
|
T['io.flow.adyen.v0.models.authorize_request_3d'] = PropTypes.exact({
|
|
29461
32292
|
merchantAccount: PropTypes.string.isRequired,
|
|
29462
32293
|
md: PropTypes.string.isRequired,
|
|
@@ -29711,6 +32542,106 @@ T['io.flow.payment.gateway.v0.models.payment_reversal_form'] = PropTypes.exact({
|
|
|
29711
32542
|
currency: PropTypes.string,
|
|
29712
32543
|
});
|
|
29713
32544
|
|
|
32545
|
+
T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
32546
|
+
T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
|
|
32547
|
+
|
|
32548
|
+
T['io.flow.payment.internal.v0.models.adyen_payment_details_form'] = PropTypes.exact({
|
|
32549
|
+
fingerprint: PropTypes.string,
|
|
32550
|
+
challenge_result: PropTypes.string,
|
|
32551
|
+
});
|
|
32552
|
+
|
|
32553
|
+
T['io.flow.payment.internal.v0.models.authentication_form'] = PropTypes.exact({
|
|
32554
|
+
password: PropTypes.string.isRequired,
|
|
32555
|
+
});
|
|
32556
|
+
|
|
32557
|
+
T['io.flow.payment.internal.v0.models.authorization_metadata'] = PropTypes.exact({
|
|
32558
|
+
limit: PropTypes.number,
|
|
32559
|
+
});
|
|
32560
|
+
|
|
32561
|
+
T['io.flow.payment.internal.v0.models.authorization_parameters'] = PropTypes.exact({
|
|
32562
|
+
method: PropTypes.string.isRequired,
|
|
32563
|
+
parameters: PropTypes.object.isRequired,
|
|
32564
|
+
});
|
|
32565
|
+
|
|
32566
|
+
T['io.flow.payment.internal.v0.models.cipher'] = PropTypes.exact({
|
|
32567
|
+
id: PropTypes.string.isRequired,
|
|
32568
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
32569
|
+
});
|
|
32570
|
+
|
|
32571
|
+
T['io.flow.payment.internal.v0.models.cipher_form'] = PropTypes.exact({
|
|
32572
|
+
text: PropTypes.string.isRequired,
|
|
32573
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
32574
|
+
password: PropTypes.string,
|
|
32575
|
+
});
|
|
32576
|
+
|
|
32577
|
+
T['io.flow.payment.internal.v0.models.cipher_reference'] = PropTypes.exact({
|
|
32578
|
+
id: PropTypes.string.isRequired,
|
|
32579
|
+
});
|
|
32580
|
+
|
|
32581
|
+
T['io.flow.payment.internal.v0.models.classic_payment_redirect_form'] = PropTypes.exact({
|
|
32582
|
+
MD: PropTypes.string.isRequired,
|
|
32583
|
+
PaRes: PropTypes.string.isRequired,
|
|
32584
|
+
});
|
|
32585
|
+
|
|
32586
|
+
T['io.flow.payment.internal.v0.models.decrypt_cipher_form'] = PropTypes.exact({
|
|
32587
|
+
id: PropTypes.string.isRequired,
|
|
32588
|
+
password: PropTypes.string.isRequired,
|
|
32589
|
+
});
|
|
32590
|
+
|
|
32591
|
+
T['io.flow.payment.internal.v0.models.decrypted_cipher'] = PropTypes.exact({
|
|
32592
|
+
id: PropTypes.string.isRequired,
|
|
32593
|
+
cleartext: PropTypes.string.isRequired,
|
|
32594
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
32595
|
+
});
|
|
32596
|
+
|
|
32597
|
+
T['io.flow.payment.internal.v0.models.financial_merchant_category'] = PropTypes.exact({
|
|
32598
|
+
id: PropTypes.string.isRequired,
|
|
32599
|
+
iso_18245_4: PropTypes.string.isRequired,
|
|
32600
|
+
title: PropTypes.string.isRequired,
|
|
32601
|
+
category_group: PropTypes.string.isRequired,
|
|
32602
|
+
description: PropTypes.string,
|
|
32603
|
+
});
|
|
32604
|
+
|
|
32605
|
+
T['io.flow.payment.internal.v0.models.key'] = PropTypes.exact({
|
|
32606
|
+
id: PropTypes.string.isRequired,
|
|
32607
|
+
created_at: PropTypes.string.isRequired,
|
|
32608
|
+
});
|
|
32609
|
+
|
|
32610
|
+
T['io.flow.payment.internal.v0.models.passphrase_form'] = PropTypes.exact({
|
|
32611
|
+
tribe: PropTypes.string.isRequired,
|
|
32612
|
+
current_password: PropTypes.string,
|
|
32613
|
+
new_password: PropTypes.string.isRequired,
|
|
32614
|
+
});
|
|
32615
|
+
|
|
32616
|
+
T['io.flow.payment.internal.v0.models.payment_organization_settings'] = PropTypes.exact({
|
|
32617
|
+
id: PropTypes.string.isRequired,
|
|
32618
|
+
enable_auto_capture: PropTypes.bool.isRequired,
|
|
32619
|
+
link_capture_to_vcc: PropTypes.bool.isRequired,
|
|
32620
|
+
purge_ciphers: PropTypes.bool.isRequired,
|
|
32621
|
+
domain: PropTypes.string,
|
|
32622
|
+
merchant_category_code: PropTypes.number,
|
|
32623
|
+
payment_statement_suffix: PropTypes.string,
|
|
32624
|
+
payment_statement_condensed: PropTypes.string,
|
|
32625
|
+
});
|
|
32626
|
+
|
|
32627
|
+
T['io.flow.payment.internal.v0.models.payment_organization_settings_put_form'] = PropTypes.exact({
|
|
32628
|
+
enable_auto_capture: PropTypes.bool,
|
|
32629
|
+
link_capture_to_vcc: PropTypes.bool,
|
|
32630
|
+
purge_ciphers: PropTypes.bool,
|
|
32631
|
+
domain: PropTypes.string,
|
|
32632
|
+
merchant_category_code: PropTypes.number,
|
|
32633
|
+
payment_statement_suffix: PropTypes.string,
|
|
32634
|
+
});
|
|
32635
|
+
|
|
32636
|
+
T['io.flow.payment.internal.v0.models.virtual_card_provider'] = PropTypes.exact({
|
|
32637
|
+
id: PropTypes.string.isRequired,
|
|
32638
|
+
organization_id: PropTypes.string.isRequired,
|
|
32639
|
+
provider: PropTypes.string.isRequired,
|
|
32640
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
32641
|
+
created_at: PropTypes.string.isRequired,
|
|
32642
|
+
updated_at: PropTypes.string.isRequired,
|
|
32643
|
+
});
|
|
32644
|
+
|
|
29714
32645
|
T['io.flow.partner.v0.models.partner_bridge_manifest_form'] = PropTypes.exact({
|
|
29715
32646
|
order_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
29716
32647
|
});
|
|
@@ -29770,6 +32701,67 @@ T['io.flow.ftp.v0.models.ftp_organization_settings_form'] = PropTypes.exact({
|
|
|
29770
32701
|
emails: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
29771
32702
|
});
|
|
29772
32703
|
|
|
32704
|
+
T['io.flow.billing.reporting.csv.v0.models.refund_record'] = PropTypes.exact({
|
|
32705
|
+
billing_entity: PropTypes.string.isRequired,
|
|
32706
|
+
order_id: PropTypes.string.isRequired,
|
|
32707
|
+
order_refund_id: PropTypes.string.isRequired,
|
|
32708
|
+
refund_created_at_date: PropTypes.string.isRequired,
|
|
32709
|
+
reconciliation_date: PropTypes.string.isRequired,
|
|
32710
|
+
reconciliation_month: PropTypes.number.isRequired,
|
|
32711
|
+
reconciliation_year: PropTypes.number.isRequired,
|
|
32712
|
+
order_created_at_date: PropTypes.string.isRequired,
|
|
32713
|
+
order_status: PropTypes.string.isRequired,
|
|
32714
|
+
b2b_sale: PropTypes.bool.isRequired,
|
|
32715
|
+
a_zero_vat_product_exists: PropTypes.bool.isRequired,
|
|
32716
|
+
payment_merchant_reference: PropTypes.string,
|
|
32717
|
+
merchant_reference: PropTypes.string,
|
|
32718
|
+
merchant_id: PropTypes.string.isRequired,
|
|
32719
|
+
merchant_name: PropTypes.string.isRequired,
|
|
32720
|
+
destination_country: PropTypes.string.isRequired,
|
|
32721
|
+
shopper_country_is_eu: PropTypes.bool.isRequired,
|
|
32722
|
+
order_refund_reason_name: PropTypes.string.isRequired,
|
|
32723
|
+
order_refund_status_name: PropTypes.string.isRequired,
|
|
32724
|
+
original_ccy: PropTypes.string.isRequired,
|
|
32725
|
+
transaction_ccy: PropTypes.string.isRequired,
|
|
32726
|
+
total_refund_amount_exc_vat_in_transaction_ccy: PropTypes.number,
|
|
32727
|
+
refund_vat_in_transaction_ccy: PropTypes.number,
|
|
32728
|
+
total_refund_amount_inc_vat_in_transaction_ccy: PropTypes.number,
|
|
32729
|
+
merchant_total_products_refund_amount_exc_vat_in_original_ccy: PropTypes.number.isRequired,
|
|
32730
|
+
merchant_shipping_refund_amount_exc_vat_in_transaction_ccy: PropTypes.number,
|
|
32731
|
+
merchant_shipping_refund_amount_exc_vat_in_original_ccy: PropTypes.number.isRequired,
|
|
32732
|
+
total_refund_amount_exc_tax_collected_in_shopper_ccy: PropTypes.number,
|
|
32733
|
+
tax_collected_amount_in_shopper_ccy: PropTypes.number.isRequired,
|
|
32734
|
+
total_refund_amount_inc_tax_collected_in_shopper_ccy: PropTypes.number,
|
|
32735
|
+
payment_gateway: PropTypes.string.isRequired,
|
|
32736
|
+
min_product_customer_vat_rate: PropTypes.number,
|
|
32737
|
+
is_virtual_order: PropTypes.bool.isRequired,
|
|
32738
|
+
is_mixed_virtual_order: PropTypes.bool.isRequired,
|
|
32739
|
+
total_refund_amount_exc_tax_collected_in_usd: PropTypes.number.isRequired,
|
|
32740
|
+
tax_collected_amount_in_usd: PropTypes.number.isRequired,
|
|
32741
|
+
total_refund_amount_inc_tax_collected_in_usd: PropTypes.number.isRequired,
|
|
32742
|
+
total_refund_amount_exc_tax_collected_in_eur: PropTypes.number.isRequired,
|
|
32743
|
+
tax_collected_amount_in_eur: PropTypes.number.isRequired,
|
|
32744
|
+
total_refund_amount_inc_tax_collected_in_eur: PropTypes.number.isRequired,
|
|
32745
|
+
is_wyol_order: PropTypes.bool.isRequired,
|
|
32746
|
+
is_duties_guaranteed: PropTypes.bool.isRequired,
|
|
32747
|
+
invoice_id: PropTypes.string,
|
|
32748
|
+
total_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32749
|
+
refund_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32750
|
+
total_refund_amount_inc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32751
|
+
merchant_total_products_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32752
|
+
merchant_shipping_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32753
|
+
merchant_duties_and_taxes_refund_amount_in_entity_ccy: PropTypes.number.isRequired,
|
|
32754
|
+
merchant_service_gesture_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32755
|
+
customer_prepaid_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
32756
|
+
total_refund_amount_exc_tax_collected_in_entity_ccy: PropTypes.number.isRequired,
|
|
32757
|
+
tax_collected_amount_in_entity_ccy: PropTypes.number.isRequired,
|
|
32758
|
+
total_refund_amount_inc_tax_collected_in_entity_ccy: PropTypes.number.isRequired,
|
|
32759
|
+
conversion_rate_transaction_to_entity_ccy: PropTypes.number.isRequired,
|
|
32760
|
+
merchant_order_id: PropTypes.string.isRequired,
|
|
32761
|
+
transaction_date: PropTypes.string.isRequired,
|
|
32762
|
+
debug_console_order_link: PropTypes.string.isRequired,
|
|
32763
|
+
});
|
|
32764
|
+
|
|
29773
32765
|
T['io.flow.experience.v0.models.checkout_attribute_form'] = PropTypes.exact({
|
|
29774
32766
|
key: PropTypes.string.isRequired,
|
|
29775
32767
|
name: PropTypes.string,
|
|
@@ -29922,7 +32914,7 @@ T['io.flow.crypto.v0.models.payment_request'] = PropTypes.exact({
|
|
|
29922
32914
|
order_id: PropTypes.string,
|
|
29923
32915
|
});
|
|
29924
32916
|
|
|
29925
|
-
T['io.flow.billing.true.up.v0.models.
|
|
32917
|
+
T['io.flow.billing.true.up.v0.models.carrier_charge_file_form'] = PropTypes.exact({
|
|
29926
32918
|
url: PropTypes.string.isRequired,
|
|
29927
32919
|
});
|
|
29928
32920
|
|
|
@@ -29999,6 +32991,172 @@ T['io.flow.inventory.v0.models.pfs_inventory_status'] = PropTypes.exact({
|
|
|
29999
32991
|
status: PropTypes.string.isRequired,
|
|
30000
32992
|
});
|
|
30001
32993
|
|
|
32994
|
+
T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf([
|
|
32995
|
+
'freight_cost',
|
|
32996
|
+
'adjustment',
|
|
32997
|
+
'vat_deminimis',
|
|
32998
|
+
'duty_deminimis',
|
|
32999
|
+
'duties_item_price',
|
|
33000
|
+
'duties_freight',
|
|
33001
|
+
'duties_insurance',
|
|
33002
|
+
'vat_item_price',
|
|
33003
|
+
'vat_freight',
|
|
33004
|
+
'vat_insurance',
|
|
33005
|
+
'vat_duties_item_price',
|
|
33006
|
+
'vat_duties_freight',
|
|
33007
|
+
'vat_duties_insurance',
|
|
33008
|
+
'item_price',
|
|
33009
|
+
'item_discount',
|
|
33010
|
+
'rounding',
|
|
33011
|
+
'insurance',
|
|
33012
|
+
'shipping',
|
|
33013
|
+
'order_discount',
|
|
33014
|
+
'subtotal_percent_sales_margin',
|
|
33015
|
+
'subtotal_vat_percent_sales_margin',
|
|
33016
|
+
'subtotal_duty_percent_sales_margin',
|
|
33017
|
+
'vat_subsidy',
|
|
33018
|
+
'duty_subsidy',
|
|
33019
|
+
'fuel_surcharge',
|
|
33020
|
+
'remote_area_surcharge',
|
|
33021
|
+
]);
|
|
33022
|
+
|
|
33023
|
+
T['io.flow.billing.internal.v0.enums.billing_statement_batch_file_key'] = PropTypes.oneOf(['summary']);
|
|
33024
|
+
T['io.flow.billing.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
33025
|
+
T['io.flow.billing.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
33026
|
+
T['io.flow.billing.internal.v0.enums.dispute_transaction_type'] = PropTypes.oneOf(['adjustment', 'dispute']);
|
|
33027
|
+
T['io.flow.billing.internal.v0.enums.duty_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'duty']);
|
|
33028
|
+
T['io.flow.billing.internal.v0.enums.label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']);
|
|
33029
|
+
T['io.flow.billing.internal.v0.enums.main_transaction_status'] = PropTypes.oneOf(['scheduled', 'pending_proof']);
|
|
33030
|
+
T['io.flow.billing.internal.v0.enums.order_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'order_service']);
|
|
33031
|
+
T['io.flow.billing.internal.v0.enums.preferred_billing_schedule'] = PropTypes.oneOf(['monthly', 'bi-monthly']);
|
|
33032
|
+
|
|
33033
|
+
T['io.flow.billing.internal.v0.enums.processing_transaction_type'] = PropTypes.oneOf([
|
|
33034
|
+
'adjustment',
|
|
33035
|
+
'reversal',
|
|
33036
|
+
'capture',
|
|
33037
|
+
'refund',
|
|
33038
|
+
'fully_subsidized_order',
|
|
33039
|
+
'credit_payment',
|
|
33040
|
+
]);
|
|
33041
|
+
|
|
33042
|
+
T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
33043
|
+
'capture',
|
|
33044
|
+
'channel_transaction',
|
|
33045
|
+
'consumer_invoice',
|
|
33046
|
+
'fulfillment_in_transit',
|
|
33047
|
+
'fulfillment_shipping_notification',
|
|
33048
|
+
'fulfillment_external',
|
|
33049
|
+
'fulfillment_order_cancellation',
|
|
33050
|
+
'label_tracking_summary',
|
|
33051
|
+
'label_invoice_request',
|
|
33052
|
+
'carrier_charge',
|
|
33053
|
+
'carrier_charge_file',
|
|
33054
|
+
'label_origin',
|
|
33055
|
+
'order',
|
|
33056
|
+
'order_identifier',
|
|
33057
|
+
'organization_onboarding_state',
|
|
33058
|
+
'refund',
|
|
33059
|
+
'refund_over_capture',
|
|
33060
|
+
'sales_record',
|
|
33061
|
+
'statement_batch',
|
|
33062
|
+
'statement_email',
|
|
33063
|
+
'statement_summary_email',
|
|
33064
|
+
]);
|
|
33065
|
+
|
|
33066
|
+
T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
|
|
33067
|
+
T['io.flow.billing.internal.v0.enums.trueup_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'trueup']);
|
|
33068
|
+
|
|
33069
|
+
T['io.flow.billing.internal.v0.models.account_contact_form'] = PropTypes.exact({
|
|
33070
|
+
email: PropTypes.string.isRequired,
|
|
33071
|
+
first_name: PropTypes.string,
|
|
33072
|
+
last_name: PropTypes.string,
|
|
33073
|
+
phone: PropTypes.string,
|
|
33074
|
+
});
|
|
33075
|
+
|
|
33076
|
+
T['io.flow.billing.internal.v0.models.account_deposit_rule_form'] = PropTypes.exact({
|
|
33077
|
+
target: PropTypes.number.isRequired,
|
|
33078
|
+
rate: PropTypes.number.isRequired,
|
|
33079
|
+
});
|
|
33080
|
+
|
|
33081
|
+
T['io.flow.billing.internal.v0.models.account_processing_rates'] = PropTypes.exact({
|
|
33082
|
+
id: PropTypes.string.isRequired,
|
|
33083
|
+
query: PropTypes.string.isRequired,
|
|
33084
|
+
capture: PropTypes.number.isRequired,
|
|
33085
|
+
refund: PropTypes.number.isRequired,
|
|
33086
|
+
fraud: PropTypes.number.isRequired,
|
|
33087
|
+
position: PropTypes.number.isRequired,
|
|
33088
|
+
});
|
|
33089
|
+
|
|
33090
|
+
T['io.flow.billing.internal.v0.models.adjustment_details_amount_percentage'] = PropTypes.exact({
|
|
33091
|
+
percentage: PropTypes.number.isRequired,
|
|
33092
|
+
});
|
|
33093
|
+
|
|
33094
|
+
T['io.flow.billing.internal.v0.models.bank_payment_form'] = PropTypes.exact({
|
|
33095
|
+
account_id: PropTypes.string.isRequired,
|
|
33096
|
+
reference: PropTypes.string,
|
|
33097
|
+
sent_on: PropTypes.string,
|
|
33098
|
+
expected_delivery_by: PropTypes.string,
|
|
33099
|
+
amount: PropTypes.number.isRequired,
|
|
33100
|
+
currency: PropTypes.string.isRequired,
|
|
33101
|
+
transfer_transaction_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33102
|
+
});
|
|
33103
|
+
|
|
33104
|
+
T['io.flow.billing.internal.v0.models.billing_authorization_reference'] = PropTypes.exact({
|
|
33105
|
+
id: PropTypes.string.isRequired,
|
|
33106
|
+
});
|
|
33107
|
+
|
|
33108
|
+
T['io.flow.billing.internal.v0.models.billing_organization_processing_rates'] = PropTypes.exact({
|
|
33109
|
+
id: PropTypes.string.isRequired,
|
|
33110
|
+
query: PropTypes.string.isRequired,
|
|
33111
|
+
capture: PropTypes.number.isRequired,
|
|
33112
|
+
refund: PropTypes.number.isRequired,
|
|
33113
|
+
fraud: PropTypes.number.isRequired,
|
|
33114
|
+
position: PropTypes.number.isRequired,
|
|
33115
|
+
});
|
|
33116
|
+
|
|
33117
|
+
T['io.flow.billing.internal.v0.models.billing_statement_batch'] = PropTypes.exact({
|
|
33118
|
+
id: PropTypes.string.isRequired,
|
|
33119
|
+
});
|
|
33120
|
+
|
|
33121
|
+
T['io.flow.billing.internal.v0.models.channel_billed_transaction_pair_form'] = PropTypes.exact({
|
|
33122
|
+
channel_id: PropTypes.string.isRequired,
|
|
33123
|
+
organization_id: PropTypes.string.isRequired,
|
|
33124
|
+
amount: PropTypes.number.isRequired,
|
|
33125
|
+
currency: PropTypes.string.isRequired,
|
|
33126
|
+
description: PropTypes.string.isRequired,
|
|
33127
|
+
order_number: PropTypes.string,
|
|
33128
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
33129
|
+
});
|
|
33130
|
+
|
|
33131
|
+
T['io.flow.billing.internal.v0.models.channel_transaction_rate'] = PropTypes.exact({
|
|
33132
|
+
from: PropTypes.string.isRequired,
|
|
33133
|
+
to: PropTypes.string.isRequired,
|
|
33134
|
+
value: PropTypes.number.isRequired,
|
|
33135
|
+
timestamp: PropTypes.string.isRequired,
|
|
33136
|
+
});
|
|
33137
|
+
|
|
33138
|
+
T['io.flow.billing.internal.v0.models.email_form'] = PropTypes.exact({
|
|
33139
|
+
to: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33140
|
+
cc: PropTypes.arrayOf(PropTypes.string),
|
|
33141
|
+
bcc: PropTypes.arrayOf(PropTypes.string),
|
|
33142
|
+
});
|
|
33143
|
+
|
|
33144
|
+
T['io.flow.billing.internal.v0.models.explicit_statement_form'] = PropTypes.exact({
|
|
33145
|
+
account_id: PropTypes.string.isRequired,
|
|
33146
|
+
reason: PropTypes.string.isRequired,
|
|
33147
|
+
transaction_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33148
|
+
});
|
|
33149
|
+
|
|
33150
|
+
T['io.flow.billing.internal.v0.models.payout_status_counts'] = PropTypes.exact({
|
|
33151
|
+
scheduled: PropTypes.number.isRequired,
|
|
33152
|
+
sent: PropTypes.number.isRequired,
|
|
33153
|
+
failed: PropTypes.number.isRequired,
|
|
33154
|
+
});
|
|
33155
|
+
|
|
33156
|
+
T['io.flow.billing.internal.v0.models.processing_transaction_reference'] = PropTypes.exact({
|
|
33157
|
+
id: PropTypes.string.isRequired,
|
|
33158
|
+
});
|
|
33159
|
+
|
|
30002
33160
|
T['io.flow.billing.v0.models.channel_bank_account'] = PropTypes.exact({
|
|
30003
33161
|
id: PropTypes.string.isRequired,
|
|
30004
33162
|
key: PropTypes.string.isRequired,
|
|
@@ -30009,6 +33167,14 @@ T['io.flow.billing.v0.models.default_bank_account_form'] = PropTypes.exact({
|
|
|
30009
33167
|
bank_account_id: PropTypes.string.isRequired,
|
|
30010
33168
|
});
|
|
30011
33169
|
|
|
33170
|
+
T['io.flow.billing.v0.models.payout_reference'] = PropTypes.exact({
|
|
33171
|
+
id: PropTypes.string.isRequired,
|
|
33172
|
+
});
|
|
33173
|
+
|
|
33174
|
+
T['io.flow.billing.v0.models.transaction_reference'] = PropTypes.exact({
|
|
33175
|
+
id: PropTypes.string.isRequired,
|
|
33176
|
+
});
|
|
33177
|
+
|
|
30012
33178
|
T['io.flow.harmonization.v0.models.harmonized_category_reference'] = PropTypes.exact({
|
|
30013
33179
|
id: PropTypes.string.isRequired,
|
|
30014
33180
|
});
|
|
@@ -30121,8 +33287,6 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_data'] = PropTypes.exact({
|
|
|
30121
33287
|
paymentData: PropTypes.object.isRequired,
|
|
30122
33288
|
});
|
|
30123
33289
|
|
|
30124
|
-
T['io.flow.merchant.of.record.v0.enums.economic_title_location'] = PropTypes.oneOf(['high_seas', 'origination', 'destination']);
|
|
30125
|
-
|
|
30126
33290
|
T['io.flow.organization.onboarding.state.v0.models.activation_put_form'] = PropTypes.exact({
|
|
30127
33291
|
placeholder: PropTypes.bool,
|
|
30128
33292
|
});
|
|
@@ -30295,6 +33459,8 @@ export const bankPaymentUpserted = T['io.flow.internal.v0.models.bank_payment_up
|
|
|
30295
33459
|
export const bankPaymentUpsertedV2 = T['io.flow.internal.v0.models.bank_payment_upserted_v2'];
|
|
30296
33460
|
export const billingAllocationKey = T['io.flow.internal.v0.enums.billing_allocation_key'];
|
|
30297
33461
|
export const billingAuthorizationReference = T['io.flow.internal.v0.models.billing_authorization_reference'];
|
|
33462
|
+
export const billingCsvTransactionDeleted = T['io.flow.internal.v0.models.billing_csv_transaction_deleted'];
|
|
33463
|
+
export const billingCsvTransactionUpserted = T['io.flow.internal.v0.models.billing_csv_transaction_upserted'];
|
|
30298
33464
|
export const billingInvoiceSummary = T['io.flow.internal.v0.models.billing_invoice_summary'];
|
|
30299
33465
|
export const billingLabelSummary = T['io.flow.internal.v0.models.billing_label_summary'];
|
|
30300
33466
|
export const billingLabelTrackingSummaryReference = T['io.flow.internal.v0.models.billing_label_tracking_summary_reference'];
|
|
@@ -31356,7 +34522,6 @@ export const fulfillmentProofLabelTrackingReference = T['io.flow.internal.v0.mod
|
|
|
31356
34522
|
export const fulfillmentProofShippingNotificationReference = T['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference'];
|
|
31357
34523
|
export const fulfillmentReference = T['io.flow.internal.v0.models.fulfillment_reference'];
|
|
31358
34524
|
export const fulfillmentShipmentTracking = T['io.flow.internal.v0.models.fulfillment_shipment_tracking'];
|
|
31359
|
-
export const fulfillmentShipping = T['io.flow.internal.v0.models.fulfillment_shipping'];
|
|
31360
34525
|
export const fulfillmentSnapshot = T['io.flow.internal.v0.models.fulfillment_snapshot'];
|
|
31361
34526
|
export const fulfillmentSubsidyBreakdown = T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'];
|
|
31362
34527
|
export const fxFee = T['io.flow.internal.v0.models.fx_fee'];
|
|
@@ -31699,7 +34864,6 @@ export const marketingGatewaySupportedChannelDetails = T['io.flow.internal.v0.mo
|
|
|
31699
34864
|
export const marketsOrder = T['io.flow.internal.v0.models.markets_order'];
|
|
31700
34865
|
export const merchantApplicationSummaries = T['io.flow.internal.v0.models.merchant_application_summaries'];
|
|
31701
34866
|
export const merchantApplicationSummary = T['io.flow.internal.v0.models.merchant_application_summary'];
|
|
31702
|
-
export const merchantCharges = T['io.flow.internal.v0.models.merchant_charges'];
|
|
31703
34867
|
export const merchantFees = T['io.flow.internal.v0.models.merchant_fees'];
|
|
31704
34868
|
export const merchantGuidAssignment = T['io.flow.internal.v0.models.merchant_guid_assignment'];
|
|
31705
34869
|
export const merchantGuidAssignmentDeleted = T['io.flow.internal.v0.models.merchant_guid_assignment_deleted'];
|
|
@@ -31709,6 +34873,7 @@ export const merchantOfRecordEntitySettingsForm = T['io.flow.internal.v0.models.
|
|
|
31709
34873
|
export const merchantSearchResult = T['io.flow.internal.v0.models.merchant_search_result'];
|
|
31710
34874
|
export const merchantSubsidies = T['io.flow.internal.v0.models.merchant_subsidies'];
|
|
31711
34875
|
export const merchantSummary = T['io.flow.internal.v0.models.merchant_summary'];
|
|
34876
|
+
export const merchantTransactions = T['io.flow.internal.v0.models.merchant_transactions'];
|
|
31712
34877
|
export const metadataProposition = T['io.flow.internal.v0.models.metadata_proposition'];
|
|
31713
34878
|
export const metadataRatecard = T['io.flow.internal.v0.models.metadata_ratecard'];
|
|
31714
34879
|
export const metadataWeights = T['io.flow.internal.v0.models.metadata_weights'];
|
|
@@ -31947,6 +35112,9 @@ export const productHarmonizationForm = T['io.flow.internal.v0.models.product_ha
|
|
|
31947
35112
|
export const productLabels = T['io.flow.internal.v0.models.product_labels'];
|
|
31948
35113
|
export const productListSettingsForm = T['io.flow.internal.v0.models.product_list_settings_form'];
|
|
31949
35114
|
export const productRestrictionResultValidationError = T['io.flow.internal.v0.models.product_restriction_result_validation_error'];
|
|
35115
|
+
export const productRestrictionRuleDecision = T['io.flow.internal.v0.models.product_restriction_rule_decision'];
|
|
35116
|
+
export const productRestrictionRuleDecisionDeleted = T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'];
|
|
35117
|
+
export const productRestrictionRuleDecisionUpserted = T['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'];
|
|
31950
35118
|
export const productReviewHistory = T['io.flow.internal.v0.models.product_review_history'];
|
|
31951
35119
|
export const productStatus = T['io.flow.internal.v0.enums.product_status'];
|
|
31952
35120
|
export const promptAction = T['io.flow.internal.v0.enums.prompt_action'];
|
|
@@ -32042,6 +35210,7 @@ export const restrictionDecision = T['io.flow.internal.v0.enums.restriction_deci
|
|
|
32042
35210
|
export const restrictionFilter = T['io.flow.internal.v0.models.restriction_filter'];
|
|
32043
35211
|
export const restrictionHistoryItemReviewDecision = T['io.flow.internal.v0.models.restriction_history_item_review_decision'];
|
|
32044
35212
|
export const restrictionItem = T['io.flow.internal.v0.models.restriction_item'];
|
|
35213
|
+
export const restrictionItemRequestForm = T['io.flow.internal.v0.models.restriction_item_request_form'];
|
|
32045
35214
|
export const restrictionItemReview = T['io.flow.internal.v0.models.restriction_item_review'];
|
|
32046
35215
|
export const restrictionItemReviewDecisionForm = T['io.flow.internal.v0.models.restriction_item_review_decision_form'];
|
|
32047
35216
|
export const restrictionKeywordMetadata = T['io.flow.internal.v0.models.restriction_keyword_metadata'];
|
|
@@ -32054,6 +35223,7 @@ export const restrictionOrganizationStatusUpserted = T['io.flow.internal.v0.mode
|
|
|
32054
35223
|
export const restrictionPending = T['io.flow.internal.v0.models.restriction_pending'];
|
|
32055
35224
|
export const restrictionProduct = T['io.flow.internal.v0.models.restriction_product'];
|
|
32056
35225
|
export const restrictionProductDecisionForm = T['io.flow.internal.v0.models.restriction_product_decision_form'];
|
|
35226
|
+
export const restrictionProductRequestForm = T['io.flow.internal.v0.models.restriction_product_request_form'];
|
|
32057
35227
|
export const restrictionRule = T['io.flow.internal.v0.models.restriction_rule'];
|
|
32058
35228
|
export const restrictionRuleDecisionForm = T['io.flow.internal.v0.models.restriction_rule_decision_form'];
|
|
32059
35229
|
export const restrictionRuleForm = T['io.flow.internal.v0.models.restriction_rule_form'];
|
|
@@ -32078,6 +35248,8 @@ export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
|
|
|
32078
35248
|
export const routingEntity = T['io.flow.internal.v0.unions.routing_entity'];
|
|
32079
35249
|
export const routingMerchant = T['io.flow.internal.v0.models.routing_merchant'];
|
|
32080
35250
|
export const routingProcessor = T['io.flow.internal.v0.models.routing_processor'];
|
|
35251
|
+
export const salesRecordDeleted = T['io.flow.internal.v0.models.sales_record_deleted'];
|
|
35252
|
+
export const salesRecordUpserted = T['io.flow.internal.v0.models.sales_record_upserted'];
|
|
32081
35253
|
export const sandboxSetup = T['io.flow.internal.v0.models.sandbox_setup'];
|
|
32082
35254
|
export const sandboxSetupForm = T['io.flow.internal.v0.models.sandbox_setup_form'];
|
|
32083
35255
|
export const scope = T['io.flow.internal.v0.enums.scope'];
|
|
@@ -32213,6 +35385,7 @@ export const shopifyWebhook = T['io.flow.internal.v0.models.shopify_webhook'];
|
|
|
32213
35385
|
export const shopifyWebhookEvent = T['io.flow.internal.v0.models.shopify_webhook_event'];
|
|
32214
35386
|
export const shopifyWebhookForm = T['io.flow.internal.v0.models.shopify_webhook_form'];
|
|
32215
35387
|
export const shopperFees = T['io.flow.internal.v0.models.shopper_fees'];
|
|
35388
|
+
export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];
|
|
32216
35389
|
export const shopperSummary = T['io.flow.internal.v0.models.shopper_summary'];
|
|
32217
35390
|
export const significanceAction = T['io.flow.internal.v0.enums.significance_action'];
|
|
32218
35391
|
export const simpleAccountReference = T['io.flow.internal.v0.models.simple_account_reference'];
|