We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d7fa6 commit 7fe1931Copy full SHA for 7fe1931
1 file changed
typings/Invoice.ts
@@ -10,7 +10,7 @@ export interface CreateInvoiceInput {
10
message: string;
11
toIdentifier: string;
12
fromIdentifier: string;
13
- receiverAccountId?: number;
+ receiverAccountIdentifier?: string;
14
expiresAt?: string;
15
}
16
0 commit comments