We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691557d commit 6f75ac4Copy full SHA for 6f75ac4
packages/orb-sync-lib/src/schemas/invoice.ts
@@ -33,6 +33,7 @@ export const invoiceSchema: JsonSchema = {
33
minimum_amount: { type: 'number' },
34
paid_at: { type: 'string' },
35
payment_failed_at: { type: 'string' },
36
+ payment_started_at: { type: 'string' },
37
scheduled_issue_at: { type: 'string' },
38
shipping_address: { type: 'object' },
39
status: { type: 'string' },
0 commit comments