@vrplatform/api 1.3.1-stage.4373 → 1.3.1-stage.4374
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.
|
@@ -63831,9 +63831,15 @@ export interface operations {
|
|
|
63831
63831
|
requestBody?: {
|
|
63832
63832
|
content: {
|
|
63833
63833
|
"application/json": {
|
|
63834
|
+
ramp: boolean;
|
|
63834
63835
|
date?: string | null;
|
|
63835
63836
|
amount?: number | null;
|
|
63836
63837
|
bankAccountId?: string | null;
|
|
63838
|
+
owner?: {
|
|
63839
|
+
legalName?: string;
|
|
63840
|
+
accountNumber?: string;
|
|
63841
|
+
routingNumber?: string;
|
|
63842
|
+
};
|
|
63837
63843
|
};
|
|
63838
63844
|
};
|
|
63839
63845
|
};
|