@flowio/api-internal-prop-types 9.24.83 → 9.24.84
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 +1 -0
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1 -0
- package/src/api-internal.js +2 -0
package/lib/api-internal.d.ts
CHANGED
|
@@ -12938,6 +12938,7 @@ declare namespace io.flow.billing.internal.v0.enums {
|
|
|
12938
12938
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
12939
12939
|
type AccountType = 'channel' | 'organization';
|
|
12940
12940
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
12941
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
12941
12942
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12942
12943
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
12943
12944
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|