mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
payment method types
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { PaymentMethodType } from '../../enums/paymentMethodType';
|
||||
import { PlanType } from '../../enums/planType';
|
||||
|
||||
export class OrganizationCreateRequest {
|
||||
@@ -6,6 +7,7 @@ export class OrganizationCreateRequest {
|
||||
billingEmail: string;
|
||||
planType: PlanType;
|
||||
key: string;
|
||||
paymentMethodType: PaymentMethodType;
|
||||
paymentToken: string;
|
||||
additionalSeats: number;
|
||||
additionalStorageGb: number;
|
||||
|
||||
Reference in New Issue
Block a user