@otr-app/shared-backend-generated-client 2.4.71 → 2.4.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/angular/.openapi-generator/FILES +2 -0
- package/dist/angular/model/casePaymentBreakdownItemModel.ts +2 -25
- package/dist/angular/model/getPaymentMethodsForUserResponse.ts +4 -0
- package/dist/angular/model/invoiceLineItemModel.ts +44 -0
- package/dist/angular/model/lineItemModel.ts +2 -22
- package/dist/angular/model/matchCaseLineItemModel.ts +2 -22
- package/dist/angular/model/models.ts +2 -0
- package/dist/angular/model/stripeBankAccountDomain.ts +25 -0
- package/dist/angular/model/workflowLineItemModel.ts +2 -22
- package/dist/typescript/model/CasePaymentBreakdownItemModel.d.ts +2 -23
- package/dist/typescript/model/CasePaymentBreakdownItemModel.js +1 -24
- package/dist/typescript/model/GetPaymentMethodsForUserResponse.d.ts +2 -0
- package/dist/typescript/model/InvoiceLineItemModel.d.ts +39 -0
- package/dist/typescript/model/InvoiceLineItemModel.js +35 -0
- package/dist/typescript/model/LineItemModel.d.ts +2 -21
- package/dist/typescript/model/LineItemModel.js +0 -21
- package/dist/typescript/model/MatchCaseLineItemModel.d.ts +2 -21
- package/dist/typescript/model/MatchCaseLineItemModel.js +0 -21
- package/dist/typescript/model/StripeBankAccountDomain.d.ts +22 -0
- package/dist/typescript/model/StripeBankAccountDomain.js +12 -0
- package/dist/typescript/model/WorkflowLineItemModel.d.ts +2 -21
- package/dist/typescript/model/WorkflowLineItemModel.js +0 -21
- package/dist/typescript/model/models.d.ts +2 -0
- package/dist/typescript/model/models.js +2 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.d.ts +3 -26
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.js +3 -27
- package/dist/typescript-fetch/models/GetPaymentMethodsForUserResponse.d.ts +13 -1
- package/dist/typescript-fetch/models/GetPaymentMethodsForUserResponse.js +5 -1
- package/dist/typescript-fetch/models/InvoiceLineItemModel.d.ts +69 -0
- package/dist/typescript-fetch/models/InvoiceLineItemModel.js +67 -0
- package/dist/typescript-fetch/models/LineItemModel.d.ts +3 -26
- package/dist/typescript-fetch/models/LineItemModel.js +3 -27
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.d.ts +3 -26
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.js +3 -27
- package/dist/typescript-fetch/models/StripeBankAccountDomain.d.ts +70 -0
- package/dist/typescript-fetch/models/StripeBankAccountDomain.js +51 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.d.ts +3 -26
- package/dist/typescript-fetch/models/WorkflowLineItemModel.js +3 -27
- package/dist/typescript-fetch/models/index.d.ts +2 -0
- package/dist/typescript-fetch/models/index.js +2 -0
- package/package.json +1 -1
|
@@ -11,27 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export var WorkflowLineItemModel;
|
|
13
13
|
(function (WorkflowLineItemModel) {
|
|
14
|
-
let LineItemTypeEnum;
|
|
15
|
-
(function (LineItemTypeEnum) {
|
|
16
|
-
LineItemTypeEnum[LineItemTypeEnum["ACCIDENTFEE"] = 'ACCIDENT_FEE'] = "ACCIDENTFEE";
|
|
17
|
-
LineItemTypeEnum[LineItemTypeEnum["BASELEGALFEE"] = 'BASE_LEGAL_FEE'] = "BASELEGALFEE";
|
|
18
|
-
LineItemTypeEnum[LineItemTypeEnum["BONDFEE"] = 'BOND_FEE'] = "BONDFEE";
|
|
19
|
-
LineItemTypeEnum[LineItemTypeEnum["BOOKINGFEE"] = 'BOOKING_FEE'] = "BOOKINGFEE";
|
|
20
|
-
LineItemTypeEnum[LineItemTypeEnum["CDLFEE"] = 'CDL_FEE'] = "CDLFEE";
|
|
21
|
-
LineItemTypeEnum[LineItemTypeEnum["COURTFEE"] = 'COURT_FEE'] = "COURTFEE";
|
|
22
|
-
LineItemTypeEnum[LineItemTypeEnum["DISPUTEFEE"] = 'DISPUTE_FEE'] = "DISPUTEFEE";
|
|
23
|
-
LineItemTypeEnum[LineItemTypeEnum["FINEPAYMENT"] = 'FINE_PAYMENT'] = "FINEPAYMENT";
|
|
24
|
-
LineItemTypeEnum[LineItemTypeEnum["FTAFEE"] = 'FTA_FEE'] = "FTAFEE";
|
|
25
|
-
LineItemTypeEnum[LineItemTypeEnum["INITIALSUBSCRIPTIONFEE"] = 'INITIAL_SUBSCRIPTION_FEE'] = "INITIALSUBSCRIPTIONFEE";
|
|
26
|
-
LineItemTypeEnum[LineItemTypeEnum["LATEFEE"] = 'LATE_FEE'] = "LATEFEE";
|
|
27
|
-
LineItemTypeEnum[LineItemTypeEnum["MBGREFUND"] = 'MBG_REFUND'] = "MBGREFUND";
|
|
28
|
-
LineItemTypeEnum[LineItemTypeEnum["MVSFEE"] = 'MVS_FEE'] = "MVSFEE";
|
|
29
|
-
LineItemTypeEnum[LineItemTypeEnum["OTHER"] = 'OTHER'] = "OTHER";
|
|
30
|
-
LineItemTypeEnum[LineItemTypeEnum["OTRCREDIT"] = 'OTR_CREDIT'] = "OTRCREDIT";
|
|
31
|
-
LineItemTypeEnum[LineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = 'OTR_SUBSCRIPTION_CREDIT'] = "OTRSUBSCRIPTIONCREDIT";
|
|
32
|
-
LineItemTypeEnum[LineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = 'PAYMENT_PLAN_SERVICE_FEE'] = "PAYMENTPLANSERVICEFEE";
|
|
33
|
-
LineItemTypeEnum[LineItemTypeEnum["WARRANTFEE"] = 'WARRANT_FEE'] = "WARRANTFEE";
|
|
34
|
-
})(LineItemTypeEnum = WorkflowLineItemModel.LineItemTypeEnum || (WorkflowLineItemModel.LineItemTypeEnum = {}));
|
|
35
14
|
let RecipientEnum;
|
|
36
15
|
(function (RecipientEnum) {
|
|
37
16
|
RecipientEnum[RecipientEnum["COURT"] = 'COURT'] = "COURT";
|
|
@@ -414,6 +414,7 @@ export * from './IntercomSearchTicketsResponse';
|
|
|
414
414
|
export * from './IntercomTicketAttributes';
|
|
415
415
|
export * from './InviteHouseholdMateRequest';
|
|
416
416
|
export * from './InviteLawyerToLawfirmRequest';
|
|
417
|
+
export * from './InvoiceLineItemModel';
|
|
417
418
|
export * from './IsRefundEligibleResponse';
|
|
418
419
|
export * from './IsUserLoggedInResponse';
|
|
419
420
|
export * from './LastLoginAttributes';
|
|
@@ -671,6 +672,7 @@ export * from './StripeApplicationFeeDomain';
|
|
|
671
672
|
export * from './StripeApplicationFeeRefundDomain';
|
|
672
673
|
export * from './StripeApplicationFeeRefundSyncResults';
|
|
673
674
|
export * from './StripeApplicationFeeSyncResults';
|
|
675
|
+
export * from './StripeBankAccountDomain';
|
|
674
676
|
export * from './StripeCardDomain';
|
|
675
677
|
export * from './StripeChargeDomain';
|
|
676
678
|
export * from './StripeChargeSyncResults';
|
|
@@ -414,6 +414,7 @@ export * from './IntercomSearchTicketsResponse';
|
|
|
414
414
|
export * from './IntercomTicketAttributes';
|
|
415
415
|
export * from './InviteHouseholdMateRequest';
|
|
416
416
|
export * from './InviteLawyerToLawfirmRequest';
|
|
417
|
+
export * from './InvoiceLineItemModel';
|
|
417
418
|
export * from './IsRefundEligibleResponse';
|
|
418
419
|
export * from './IsUserLoggedInResponse';
|
|
419
420
|
export * from './LastLoginAttributes';
|
|
@@ -671,6 +672,7 @@ export * from './StripeApplicationFeeDomain';
|
|
|
671
672
|
export * from './StripeApplicationFeeRefundDomain';
|
|
672
673
|
export * from './StripeApplicationFeeRefundSyncResults';
|
|
673
674
|
export * from './StripeApplicationFeeSyncResults';
|
|
675
|
+
export * from './StripeBankAccountDomain';
|
|
674
676
|
export * from './StripeCardDomain';
|
|
675
677
|
export * from './StripeChargeDomain';
|
|
676
678
|
export * from './StripeChargeSyncResults';
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { InvoiceLineItemModel } from './';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -29,35 +30,11 @@ export interface CasePaymentBreakdownItemModel {
|
|
|
29
30
|
friendlyTitle?: string;
|
|
30
31
|
/**
|
|
31
32
|
*
|
|
32
|
-
* @type {
|
|
33
|
+
* @type {InvoiceLineItemModel}
|
|
33
34
|
* @memberof CasePaymentBreakdownItemModel
|
|
34
35
|
*/
|
|
35
|
-
type?:
|
|
36
|
+
type?: InvoiceLineItemModel;
|
|
36
37
|
}
|
|
37
38
|
export declare function CasePaymentBreakdownItemModelFromJSON(json: any): CasePaymentBreakdownItemModel;
|
|
38
39
|
export declare function CasePaymentBreakdownItemModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): CasePaymentBreakdownItemModel;
|
|
39
40
|
export declare function CasePaymentBreakdownItemModelToJSON(value?: CasePaymentBreakdownItemModel | null): any;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
export declare enum CasePaymentBreakdownItemModelTypeEnum {
|
|
45
|
-
ACCIDENTFEE = "ACCIDENT_FEE",
|
|
46
|
-
BASELEGALFEE = "BASE_LEGAL_FEE",
|
|
47
|
-
BONDFEE = "BOND_FEE",
|
|
48
|
-
BOOKINGFEE = "BOOKING_FEE",
|
|
49
|
-
CDLFEE = "CDL_FEE",
|
|
50
|
-
COURTFEE = "COURT_FEE",
|
|
51
|
-
DISPUTEFEE = "DISPUTE_FEE",
|
|
52
|
-
FINEPAYMENT = "FINE_PAYMENT",
|
|
53
|
-
FTAFEE = "FTA_FEE",
|
|
54
|
-
INITIALSUBSCRIPTIONFEE = "INITIAL_SUBSCRIPTION_FEE",
|
|
55
|
-
LATEFEE = "LATE_FEE",
|
|
56
|
-
MBGREFUND = "MBG_REFUND",
|
|
57
|
-
MVSFEE = "MVS_FEE",
|
|
58
|
-
OTHER = "OTHER",
|
|
59
|
-
OTRCREDIT = "OTR_CREDIT",
|
|
60
|
-
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
61
|
-
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
62
|
-
WARRANTFEE = "WARRANT_FEE"
|
|
63
|
-
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
+
import { InvoiceLineItemModelFromJSON, InvoiceLineItemModelToJSON, } from './';
|
|
15
16
|
export function CasePaymentBreakdownItemModelFromJSON(json) {
|
|
16
17
|
return CasePaymentBreakdownItemModelFromJSONTyped(json, false);
|
|
17
18
|
}
|
|
@@ -22,7 +23,7 @@ export function CasePaymentBreakdownItemModelFromJSONTyped(json, ignoreDiscrimin
|
|
|
22
23
|
return {
|
|
23
24
|
'amount': !exists(json, 'amount') ? undefined : json['amount'],
|
|
24
25
|
'friendlyTitle': !exists(json, 'friendlyTitle') ? undefined : json['friendlyTitle'],
|
|
25
|
-
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
'type': !exists(json, 'type') ? undefined : InvoiceLineItemModelFromJSON(json['type']),
|
|
26
27
|
};
|
|
27
28
|
}
|
|
28
29
|
export function CasePaymentBreakdownItemModelToJSON(value) {
|
|
@@ -35,31 +36,6 @@ export function CasePaymentBreakdownItemModelToJSON(value) {
|
|
|
35
36
|
return {
|
|
36
37
|
'amount': value.amount,
|
|
37
38
|
'friendlyTitle': value.friendlyTitle,
|
|
38
|
-
'type': value.type,
|
|
39
|
+
'type': InvoiceLineItemModelToJSON(value.type),
|
|
39
40
|
};
|
|
40
41
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @export
|
|
43
|
-
* @enum {string}
|
|
44
|
-
*/
|
|
45
|
-
export var CasePaymentBreakdownItemModelTypeEnum;
|
|
46
|
-
(function (CasePaymentBreakdownItemModelTypeEnum) {
|
|
47
|
-
CasePaymentBreakdownItemModelTypeEnum["ACCIDENTFEE"] = "ACCIDENT_FEE";
|
|
48
|
-
CasePaymentBreakdownItemModelTypeEnum["BASELEGALFEE"] = "BASE_LEGAL_FEE";
|
|
49
|
-
CasePaymentBreakdownItemModelTypeEnum["BONDFEE"] = "BOND_FEE";
|
|
50
|
-
CasePaymentBreakdownItemModelTypeEnum["BOOKINGFEE"] = "BOOKING_FEE";
|
|
51
|
-
CasePaymentBreakdownItemModelTypeEnum["CDLFEE"] = "CDL_FEE";
|
|
52
|
-
CasePaymentBreakdownItemModelTypeEnum["COURTFEE"] = "COURT_FEE";
|
|
53
|
-
CasePaymentBreakdownItemModelTypeEnum["DISPUTEFEE"] = "DISPUTE_FEE";
|
|
54
|
-
CasePaymentBreakdownItemModelTypeEnum["FINEPAYMENT"] = "FINE_PAYMENT";
|
|
55
|
-
CasePaymentBreakdownItemModelTypeEnum["FTAFEE"] = "FTA_FEE";
|
|
56
|
-
CasePaymentBreakdownItemModelTypeEnum["INITIALSUBSCRIPTIONFEE"] = "INITIAL_SUBSCRIPTION_FEE";
|
|
57
|
-
CasePaymentBreakdownItemModelTypeEnum["LATEFEE"] = "LATE_FEE";
|
|
58
|
-
CasePaymentBreakdownItemModelTypeEnum["MBGREFUND"] = "MBG_REFUND";
|
|
59
|
-
CasePaymentBreakdownItemModelTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
60
|
-
CasePaymentBreakdownItemModelTypeEnum["OTHER"] = "OTHER";
|
|
61
|
-
CasePaymentBreakdownItemModelTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
62
|
-
CasePaymentBreakdownItemModelTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
63
|
-
CasePaymentBreakdownItemModelTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
64
|
-
CasePaymentBreakdownItemModelTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
65
|
-
})(CasePaymentBreakdownItemModelTypeEnum || (CasePaymentBreakdownItemModelTypeEnum = {}));
|
|
@@ -9,13 +9,25 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { StripePaymentSourceDomain } from './';
|
|
12
|
+
import { StripeBankAccountDomain, StripeCardDomain, StripePaymentSourceDomain } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetPaymentMethodsForUserResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface GetPaymentMethodsForUserResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<StripeBankAccountDomain>}
|
|
22
|
+
* @memberof GetPaymentMethodsForUserResponse
|
|
23
|
+
*/
|
|
24
|
+
bankAccounts?: Array<StripeBankAccountDomain>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<StripeCardDomain>}
|
|
28
|
+
* @memberof GetPaymentMethodsForUserResponse
|
|
29
|
+
*/
|
|
30
|
+
cards?: Array<StripeCardDomain>;
|
|
19
31
|
/**
|
|
20
32
|
*
|
|
21
33
|
* @type {Array<StripePaymentSourceDomain>}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { StripePaymentSourceDomainFromJSON, StripePaymentSourceDomainToJSON, } from './';
|
|
15
|
+
import { StripeBankAccountDomainFromJSON, StripeBankAccountDomainToJSON, StripeCardDomainFromJSON, StripeCardDomainToJSON, StripePaymentSourceDomainFromJSON, StripePaymentSourceDomainToJSON, } from './';
|
|
16
16
|
export function GetPaymentMethodsForUserResponseFromJSON(json) {
|
|
17
17
|
return GetPaymentMethodsForUserResponseFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -21,6 +21,8 @@ export function GetPaymentMethodsForUserResponseFromJSONTyped(json, ignoreDiscri
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'bankAccounts': !exists(json, 'bankAccounts') ? undefined : (json['bankAccounts'].map(StripeBankAccountDomainFromJSON)),
|
|
25
|
+
'cards': !exists(json, 'cards') ? undefined : (json['cards'].map(StripeCardDomainFromJSON)),
|
|
24
26
|
'paymentMethods': !exists(json, 'paymentMethods') ? undefined : (json['paymentMethods'].map(StripePaymentSourceDomainFromJSON)),
|
|
25
27
|
'totalRecords': !exists(json, 'totalRecords') ? undefined : json['totalRecords'],
|
|
26
28
|
};
|
|
@@ -33,6 +35,8 @@ export function GetPaymentMethodsForUserResponseToJSON(value) {
|
|
|
33
35
|
return null;
|
|
34
36
|
}
|
|
35
37
|
return {
|
|
38
|
+
'bankAccounts': value.bankAccounts === undefined ? undefined : (value.bankAccounts.map(StripeBankAccountDomainToJSON)),
|
|
39
|
+
'cards': value.cards === undefined ? undefined : (value.cards.map(StripeCardDomainToJSON)),
|
|
36
40
|
'paymentMethods': value.paymentMethods === undefined ? undefined : (value.paymentMethods.map(StripePaymentSourceDomainToJSON)),
|
|
37
41
|
'totalRecords': value.totalRecords,
|
|
38
42
|
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InvoiceLineItemModel
|
|
16
|
+
*/
|
|
17
|
+
export interface InvoiceLineItemModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InvoiceLineItemModel
|
|
22
|
+
*/
|
|
23
|
+
description?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InvoiceLineItemModel
|
|
28
|
+
*/
|
|
29
|
+
displayString?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof InvoiceLineItemModel
|
|
34
|
+
*/
|
|
35
|
+
invoiceType?: InvoiceLineItemModelInvoiceTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof InvoiceLineItemModel
|
|
40
|
+
*/
|
|
41
|
+
name?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare function InvoiceLineItemModelFromJSON(json: any): InvoiceLineItemModel;
|
|
44
|
+
export declare function InvoiceLineItemModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvoiceLineItemModel;
|
|
45
|
+
export declare function InvoiceLineItemModelToJSON(value?: InvoiceLineItemModel | null): any;
|
|
46
|
+
/**
|
|
47
|
+
* @export
|
|
48
|
+
* @enum {string}
|
|
49
|
+
*/
|
|
50
|
+
export declare enum InvoiceLineItemModelInvoiceTypeEnum {
|
|
51
|
+
ACCIDENTFEE = "ACCIDENT_FEE",
|
|
52
|
+
BASELEGALFEE = "BASE_LEGAL_FEE",
|
|
53
|
+
BONDFEE = "BOND_FEE",
|
|
54
|
+
BOOKINGFEE = "BOOKING_FEE",
|
|
55
|
+
CDLFEE = "CDL_FEE",
|
|
56
|
+
COURTFEE = "COURT_FEE",
|
|
57
|
+
DISPUTEFEE = "DISPUTE_FEE",
|
|
58
|
+
FINEPAYMENT = "FINE_PAYMENT",
|
|
59
|
+
FTAFEE = "FTA_FEE",
|
|
60
|
+
INITIALSUBSCRIPTIONFEE = "INITIAL_SUBSCRIPTION_FEE",
|
|
61
|
+
LATEFEE = "LATE_FEE",
|
|
62
|
+
MBGREFUND = "MBG_REFUND",
|
|
63
|
+
MVSFEE = "MVS_FEE",
|
|
64
|
+
OTHER = "OTHER",
|
|
65
|
+
OTRCREDIT = "OTR_CREDIT",
|
|
66
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
67
|
+
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
68
|
+
WARRANTFEE = "WARRANT_FEE"
|
|
69
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function InvoiceLineItemModelFromJSON(json) {
|
|
16
|
+
return InvoiceLineItemModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function InvoiceLineItemModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'description': !exists(json, 'description') ? undefined : json['description'],
|
|
24
|
+
'displayString': !exists(json, 'displayString') ? undefined : json['displayString'],
|
|
25
|
+
'invoiceType': !exists(json, 'invoiceType') ? undefined : json['invoiceType'],
|
|
26
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export function InvoiceLineItemModelToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'description': value.description,
|
|
38
|
+
'displayString': value.displayString,
|
|
39
|
+
'invoiceType': value.invoiceType,
|
|
40
|
+
'name': value.name,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
* @enum {string}
|
|
46
|
+
*/
|
|
47
|
+
export var InvoiceLineItemModelInvoiceTypeEnum;
|
|
48
|
+
(function (InvoiceLineItemModelInvoiceTypeEnum) {
|
|
49
|
+
InvoiceLineItemModelInvoiceTypeEnum["ACCIDENTFEE"] = "ACCIDENT_FEE";
|
|
50
|
+
InvoiceLineItemModelInvoiceTypeEnum["BASELEGALFEE"] = "BASE_LEGAL_FEE";
|
|
51
|
+
InvoiceLineItemModelInvoiceTypeEnum["BONDFEE"] = "BOND_FEE";
|
|
52
|
+
InvoiceLineItemModelInvoiceTypeEnum["BOOKINGFEE"] = "BOOKING_FEE";
|
|
53
|
+
InvoiceLineItemModelInvoiceTypeEnum["CDLFEE"] = "CDL_FEE";
|
|
54
|
+
InvoiceLineItemModelInvoiceTypeEnum["COURTFEE"] = "COURT_FEE";
|
|
55
|
+
InvoiceLineItemModelInvoiceTypeEnum["DISPUTEFEE"] = "DISPUTE_FEE";
|
|
56
|
+
InvoiceLineItemModelInvoiceTypeEnum["FINEPAYMENT"] = "FINE_PAYMENT";
|
|
57
|
+
InvoiceLineItemModelInvoiceTypeEnum["FTAFEE"] = "FTA_FEE";
|
|
58
|
+
InvoiceLineItemModelInvoiceTypeEnum["INITIALSUBSCRIPTIONFEE"] = "INITIAL_SUBSCRIPTION_FEE";
|
|
59
|
+
InvoiceLineItemModelInvoiceTypeEnum["LATEFEE"] = "LATE_FEE";
|
|
60
|
+
InvoiceLineItemModelInvoiceTypeEnum["MBGREFUND"] = "MBG_REFUND";
|
|
61
|
+
InvoiceLineItemModelInvoiceTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
62
|
+
InvoiceLineItemModelInvoiceTypeEnum["OTHER"] = "OTHER";
|
|
63
|
+
InvoiceLineItemModelInvoiceTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
64
|
+
InvoiceLineItemModelInvoiceTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
65
|
+
InvoiceLineItemModelInvoiceTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
66
|
+
InvoiceLineItemModelInvoiceTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
67
|
+
})(InvoiceLineItemModelInvoiceTypeEnum || (InvoiceLineItemModelInvoiceTypeEnum = {}));
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { InvoiceLineItemModel } from './';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -41,10 +42,10 @@ export interface LineItemModel {
|
|
|
41
42
|
lineItemOwner?: LineItemModelLineItemOwnerEnum;
|
|
42
43
|
/**
|
|
43
44
|
*
|
|
44
|
-
* @type {
|
|
45
|
+
* @type {InvoiceLineItemModel}
|
|
45
46
|
* @memberof LineItemModel
|
|
46
47
|
*/
|
|
47
|
-
lineItemType?:
|
|
48
|
+
lineItemType?: InvoiceLineItemModel;
|
|
48
49
|
}
|
|
49
50
|
export declare function LineItemModelFromJSON(json: any): LineItemModel;
|
|
50
51
|
export declare function LineItemModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): LineItemModel;
|
|
@@ -58,27 +59,3 @@ export declare enum LineItemModelLineItemOwnerEnum {
|
|
|
58
59
|
LAWFIRM = "LAWFIRM",
|
|
59
60
|
OTR = "OTR"
|
|
60
61
|
}
|
|
61
|
-
/**
|
|
62
|
-
* @export
|
|
63
|
-
* @enum {string}
|
|
64
|
-
*/
|
|
65
|
-
export declare enum LineItemModelLineItemTypeEnum {
|
|
66
|
-
ACCIDENTFEE = "ACCIDENT_FEE",
|
|
67
|
-
BASELEGALFEE = "BASE_LEGAL_FEE",
|
|
68
|
-
BONDFEE = "BOND_FEE",
|
|
69
|
-
BOOKINGFEE = "BOOKING_FEE",
|
|
70
|
-
CDLFEE = "CDL_FEE",
|
|
71
|
-
COURTFEE = "COURT_FEE",
|
|
72
|
-
DISPUTEFEE = "DISPUTE_FEE",
|
|
73
|
-
FINEPAYMENT = "FINE_PAYMENT",
|
|
74
|
-
FTAFEE = "FTA_FEE",
|
|
75
|
-
INITIALSUBSCRIPTIONFEE = "INITIAL_SUBSCRIPTION_FEE",
|
|
76
|
-
LATEFEE = "LATE_FEE",
|
|
77
|
-
MBGREFUND = "MBG_REFUND",
|
|
78
|
-
MVSFEE = "MVS_FEE",
|
|
79
|
-
OTHER = "OTHER",
|
|
80
|
-
OTRCREDIT = "OTR_CREDIT",
|
|
81
|
-
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
82
|
-
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
83
|
-
WARRANTFEE = "WARRANT_FEE"
|
|
84
|
-
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
+
import { InvoiceLineItemModelFromJSON, InvoiceLineItemModelToJSON, } from './';
|
|
15
16
|
export function LineItemModelFromJSON(json) {
|
|
16
17
|
return LineItemModelFromJSONTyped(json, false);
|
|
17
18
|
}
|
|
@@ -24,7 +25,7 @@ export function LineItemModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
24
25
|
'feeAmount': !exists(json, 'feeAmount') ? undefined : json['feeAmount'],
|
|
25
26
|
'feeDescription': !exists(json, 'feeDescription') ? undefined : json['feeDescription'],
|
|
26
27
|
'lineItemOwner': !exists(json, 'lineItemOwner') ? undefined : json['lineItemOwner'],
|
|
27
|
-
'lineItemType': !exists(json, 'lineItemType') ? undefined : json['lineItemType'],
|
|
28
|
+
'lineItemType': !exists(json, 'lineItemType') ? undefined : InvoiceLineItemModelFromJSON(json['lineItemType']),
|
|
28
29
|
};
|
|
29
30
|
}
|
|
30
31
|
export function LineItemModelToJSON(value) {
|
|
@@ -39,7 +40,7 @@ export function LineItemModelToJSON(value) {
|
|
|
39
40
|
'feeAmount': value.feeAmount,
|
|
40
41
|
'feeDescription': value.feeDescription,
|
|
41
42
|
'lineItemOwner': value.lineItemOwner,
|
|
42
|
-
'lineItemType': value.lineItemType,
|
|
43
|
+
'lineItemType': InvoiceLineItemModelToJSON(value.lineItemType),
|
|
43
44
|
};
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
@@ -52,28 +53,3 @@ export var LineItemModelLineItemOwnerEnum;
|
|
|
52
53
|
LineItemModelLineItemOwnerEnum["LAWFIRM"] = "LAWFIRM";
|
|
53
54
|
LineItemModelLineItemOwnerEnum["OTR"] = "OTR";
|
|
54
55
|
})(LineItemModelLineItemOwnerEnum || (LineItemModelLineItemOwnerEnum = {}));
|
|
55
|
-
/**
|
|
56
|
-
* @export
|
|
57
|
-
* @enum {string}
|
|
58
|
-
*/
|
|
59
|
-
export var LineItemModelLineItemTypeEnum;
|
|
60
|
-
(function (LineItemModelLineItemTypeEnum) {
|
|
61
|
-
LineItemModelLineItemTypeEnum["ACCIDENTFEE"] = "ACCIDENT_FEE";
|
|
62
|
-
LineItemModelLineItemTypeEnum["BASELEGALFEE"] = "BASE_LEGAL_FEE";
|
|
63
|
-
LineItemModelLineItemTypeEnum["BONDFEE"] = "BOND_FEE";
|
|
64
|
-
LineItemModelLineItemTypeEnum["BOOKINGFEE"] = "BOOKING_FEE";
|
|
65
|
-
LineItemModelLineItemTypeEnum["CDLFEE"] = "CDL_FEE";
|
|
66
|
-
LineItemModelLineItemTypeEnum["COURTFEE"] = "COURT_FEE";
|
|
67
|
-
LineItemModelLineItemTypeEnum["DISPUTEFEE"] = "DISPUTE_FEE";
|
|
68
|
-
LineItemModelLineItemTypeEnum["FINEPAYMENT"] = "FINE_PAYMENT";
|
|
69
|
-
LineItemModelLineItemTypeEnum["FTAFEE"] = "FTA_FEE";
|
|
70
|
-
LineItemModelLineItemTypeEnum["INITIALSUBSCRIPTIONFEE"] = "INITIAL_SUBSCRIPTION_FEE";
|
|
71
|
-
LineItemModelLineItemTypeEnum["LATEFEE"] = "LATE_FEE";
|
|
72
|
-
LineItemModelLineItemTypeEnum["MBGREFUND"] = "MBG_REFUND";
|
|
73
|
-
LineItemModelLineItemTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
74
|
-
LineItemModelLineItemTypeEnum["OTHER"] = "OTHER";
|
|
75
|
-
LineItemModelLineItemTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
76
|
-
LineItemModelLineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
77
|
-
LineItemModelLineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
78
|
-
LineItemModelLineItemTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
79
|
-
})(LineItemModelLineItemTypeEnum || (LineItemModelLineItemTypeEnum = {}));
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { InvoiceLineItemModel } from './';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -35,10 +36,10 @@ export interface MatchCaseLineItemModel {
|
|
|
35
36
|
lineItemFeeInCents?: number;
|
|
36
37
|
/**
|
|
37
38
|
*
|
|
38
|
-
* @type {
|
|
39
|
+
* @type {InvoiceLineItemModel}
|
|
39
40
|
* @memberof MatchCaseLineItemModel
|
|
40
41
|
*/
|
|
41
|
-
lineItemType?:
|
|
42
|
+
lineItemType?: InvoiceLineItemModel;
|
|
42
43
|
/**
|
|
43
44
|
*
|
|
44
45
|
* @type {string}
|
|
@@ -53,30 +54,6 @@ export declare function MatchCaseLineItemModelToJSON(value?: MatchCaseLineItemMo
|
|
|
53
54
|
* @export
|
|
54
55
|
* @enum {string}
|
|
55
56
|
*/
|
|
56
|
-
export declare enum MatchCaseLineItemModelLineItemTypeEnum {
|
|
57
|
-
ACCIDENTFEE = "ACCIDENT_FEE",
|
|
58
|
-
BASELEGALFEE = "BASE_LEGAL_FEE",
|
|
59
|
-
BONDFEE = "BOND_FEE",
|
|
60
|
-
BOOKINGFEE = "BOOKING_FEE",
|
|
61
|
-
CDLFEE = "CDL_FEE",
|
|
62
|
-
COURTFEE = "COURT_FEE",
|
|
63
|
-
DISPUTEFEE = "DISPUTE_FEE",
|
|
64
|
-
FINEPAYMENT = "FINE_PAYMENT",
|
|
65
|
-
FTAFEE = "FTA_FEE",
|
|
66
|
-
INITIALSUBSCRIPTIONFEE = "INITIAL_SUBSCRIPTION_FEE",
|
|
67
|
-
LATEFEE = "LATE_FEE",
|
|
68
|
-
MBGREFUND = "MBG_REFUND",
|
|
69
|
-
MVSFEE = "MVS_FEE",
|
|
70
|
-
OTHER = "OTHER",
|
|
71
|
-
OTRCREDIT = "OTR_CREDIT",
|
|
72
|
-
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
73
|
-
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
74
|
-
WARRANTFEE = "WARRANT_FEE"
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
57
|
export declare enum MatchCaseLineItemModelRecipientEnum {
|
|
81
58
|
COURT = "COURT",
|
|
82
59
|
LAWFIRM = "LAWFIRM",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
+
import { InvoiceLineItemModelFromJSON, InvoiceLineItemModelToJSON, } from './';
|
|
15
16
|
export function MatchCaseLineItemModelFromJSON(json) {
|
|
16
17
|
return MatchCaseLineItemModelFromJSONTyped(json, false);
|
|
17
18
|
}
|
|
@@ -23,7 +24,7 @@ export function MatchCaseLineItemModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
24
|
'additionalDescription': !exists(json, 'additionalDescription') ? undefined : json['additionalDescription'],
|
|
24
25
|
'lawfirmCaseId': !exists(json, 'lawfirmCaseId') ? undefined : json['lawfirmCaseId'],
|
|
25
26
|
'lineItemFeeInCents': !exists(json, 'lineItemFeeInCents') ? undefined : json['lineItemFeeInCents'],
|
|
26
|
-
'lineItemType': !exists(json, 'lineItemType') ? undefined : json['lineItemType'],
|
|
27
|
+
'lineItemType': !exists(json, 'lineItemType') ? undefined : InvoiceLineItemModelFromJSON(json['lineItemType']),
|
|
27
28
|
'recipient': !exists(json, 'recipient') ? undefined : json['recipient'],
|
|
28
29
|
};
|
|
29
30
|
}
|
|
@@ -38,7 +39,7 @@ export function MatchCaseLineItemModelToJSON(value) {
|
|
|
38
39
|
'additionalDescription': value.additionalDescription,
|
|
39
40
|
'lawfirmCaseId': value.lawfirmCaseId,
|
|
40
41
|
'lineItemFeeInCents': value.lineItemFeeInCents,
|
|
41
|
-
'lineItemType': value.lineItemType,
|
|
42
|
+
'lineItemType': InvoiceLineItemModelToJSON(value.lineItemType),
|
|
42
43
|
'recipient': value.recipient,
|
|
43
44
|
};
|
|
44
45
|
}
|
|
@@ -46,31 +47,6 @@ export function MatchCaseLineItemModelToJSON(value) {
|
|
|
46
47
|
* @export
|
|
47
48
|
* @enum {string}
|
|
48
49
|
*/
|
|
49
|
-
export var MatchCaseLineItemModelLineItemTypeEnum;
|
|
50
|
-
(function (MatchCaseLineItemModelLineItemTypeEnum) {
|
|
51
|
-
MatchCaseLineItemModelLineItemTypeEnum["ACCIDENTFEE"] = "ACCIDENT_FEE";
|
|
52
|
-
MatchCaseLineItemModelLineItemTypeEnum["BASELEGALFEE"] = "BASE_LEGAL_FEE";
|
|
53
|
-
MatchCaseLineItemModelLineItemTypeEnum["BONDFEE"] = "BOND_FEE";
|
|
54
|
-
MatchCaseLineItemModelLineItemTypeEnum["BOOKINGFEE"] = "BOOKING_FEE";
|
|
55
|
-
MatchCaseLineItemModelLineItemTypeEnum["CDLFEE"] = "CDL_FEE";
|
|
56
|
-
MatchCaseLineItemModelLineItemTypeEnum["COURTFEE"] = "COURT_FEE";
|
|
57
|
-
MatchCaseLineItemModelLineItemTypeEnum["DISPUTEFEE"] = "DISPUTE_FEE";
|
|
58
|
-
MatchCaseLineItemModelLineItemTypeEnum["FINEPAYMENT"] = "FINE_PAYMENT";
|
|
59
|
-
MatchCaseLineItemModelLineItemTypeEnum["FTAFEE"] = "FTA_FEE";
|
|
60
|
-
MatchCaseLineItemModelLineItemTypeEnum["INITIALSUBSCRIPTIONFEE"] = "INITIAL_SUBSCRIPTION_FEE";
|
|
61
|
-
MatchCaseLineItemModelLineItemTypeEnum["LATEFEE"] = "LATE_FEE";
|
|
62
|
-
MatchCaseLineItemModelLineItemTypeEnum["MBGREFUND"] = "MBG_REFUND";
|
|
63
|
-
MatchCaseLineItemModelLineItemTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
64
|
-
MatchCaseLineItemModelLineItemTypeEnum["OTHER"] = "OTHER";
|
|
65
|
-
MatchCaseLineItemModelLineItemTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
66
|
-
MatchCaseLineItemModelLineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
67
|
-
MatchCaseLineItemModelLineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
68
|
-
MatchCaseLineItemModelLineItemTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
69
|
-
})(MatchCaseLineItemModelLineItemTypeEnum || (MatchCaseLineItemModelLineItemTypeEnum = {}));
|
|
70
|
-
/**
|
|
71
|
-
* @export
|
|
72
|
-
* @enum {string}
|
|
73
|
-
*/
|
|
74
50
|
export var MatchCaseLineItemModelRecipientEnum;
|
|
75
51
|
(function (MatchCaseLineItemModelRecipientEnum) {
|
|
76
52
|
MatchCaseLineItemModelRecipientEnum["COURT"] = "COURT";
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Timestamp } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface StripeBankAccountDomain
|
|
17
|
+
*/
|
|
18
|
+
export interface StripeBankAccountDomain {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof StripeBankAccountDomain
|
|
23
|
+
*/
|
|
24
|
+
bankName?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof StripeBankAccountDomain
|
|
29
|
+
*/
|
|
30
|
+
country?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Timestamp}
|
|
34
|
+
* @memberof StripeBankAccountDomain
|
|
35
|
+
*/
|
|
36
|
+
creationDateUtc?: Timestamp;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof StripeBankAccountDomain
|
|
41
|
+
*/
|
|
42
|
+
id?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof StripeBankAccountDomain
|
|
47
|
+
*/
|
|
48
|
+
isDefault?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof StripeBankAccountDomain
|
|
53
|
+
*/
|
|
54
|
+
last4?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof StripeBankAccountDomain
|
|
59
|
+
*/
|
|
60
|
+
object?: string;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof StripeBankAccountDomain
|
|
65
|
+
*/
|
|
66
|
+
status?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare function StripeBankAccountDomainFromJSON(json: any): StripeBankAccountDomain;
|
|
69
|
+
export declare function StripeBankAccountDomainFromJSONTyped(json: any, ignoreDiscriminator: boolean): StripeBankAccountDomain;
|
|
70
|
+
export declare function StripeBankAccountDomainToJSON(value?: StripeBankAccountDomain | null): any;
|