1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

post bitpay invoice api

This commit is contained in:
Kyle Spearrin
2019-02-21 22:45:56 -05:00
parent 2b931963cd
commit 3362334d2c
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export class BitPayInvoiceRequest {
userId: string;
organizationId: string;
credit: boolean;
amount: number;
returnUrl: string;
name: string;
email: string;
}