@vrplatform/api 1.3.1-stage.2338 → 1.3.1-stage.2340
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.
|
@@ -7347,6 +7347,7 @@ export interface operations {
|
|
|
7347
7347
|
description: string;
|
|
7348
7348
|
accountId?: string | null;
|
|
7349
7349
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
7350
|
+
/** @description Value in cents (100 = 1€) */
|
|
7350
7351
|
amount: number;
|
|
7351
7352
|
appliedAmount?: {
|
|
7352
7353
|
taxRateId?: string | null;
|
|
@@ -7893,6 +7894,7 @@ export interface operations {
|
|
|
7893
7894
|
description: string;
|
|
7894
7895
|
accountId?: string | null;
|
|
7895
7896
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
7897
|
+
/** @description Value in cents (100 = 1€) */
|
|
7896
7898
|
amount: number;
|
|
7897
7899
|
appliedAmount?: {
|
|
7898
7900
|
taxRateId?: string | null;
|
|
@@ -8693,6 +8695,7 @@ export interface operations {
|
|
|
8693
8695
|
description: string;
|
|
8694
8696
|
accountId?: string | null;
|
|
8695
8697
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
8698
|
+
/** @description Value in cents (100 = 1€) */
|
|
8696
8699
|
amount: number;
|
|
8697
8700
|
appliedAmount?: {
|
|
8698
8701
|
taxRateId?: string | null;
|
|
@@ -9438,6 +9441,7 @@ export interface operations {
|
|
|
9438
9441
|
description: string;
|
|
9439
9442
|
accountId?: string | null;
|
|
9440
9443
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
9444
|
+
/** @description Value in cents (100 = 1€) */
|
|
9441
9445
|
amount: number;
|
|
9442
9446
|
appliedAmount?: {
|
|
9443
9447
|
taxRateId?: string | null;
|