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:
9
src/models/request/bitPayInvoiceRequest.ts
Normal file
9
src/models/request/bitPayInvoiceRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class BitPayInvoiceRequest {
|
||||
userId: string;
|
||||
organizationId: string;
|
||||
credit: boolean;
|
||||
amount: number;
|
||||
returnUrl: string;
|
||||
name: string;
|
||||
email: string;
|
||||
}
|
||||
Reference in New Issue
Block a user