@altodia/microservices-common
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -7,3 +7,2 @@ import { Base } from "../base"; | ||
export declare const SUBSCRIPTIONS_CANCELED_BULK: string; | ||
export declare const INVOICES_CREATED: string; | ||
export interface SubscriptionsCreatedParams extends Base { | ||
@@ -34,2 +33,52 @@ application_fee_percent?: number; | ||
} | ||
export declare const INVOICES_CREATED: string; | ||
export interface InvoicesCreatedParams extends Base { | ||
account_country?: string; | ||
account_name?: string; | ||
account_tax_ids?: Array<string>; | ||
amount_due?: number; | ||
amount_paid?: number; | ||
amount_remaining?: number; | ||
amount_shipping?: number; | ||
application_fee_amount?: number; | ||
attempt_count?: number; | ||
attempted?: boolean; | ||
auto_advance?: boolean; | ||
charge?: string; | ||
created?: number; | ||
currency?: string; | ||
customer?: string; | ||
customer_email?: string; | ||
customer_name?: string; | ||
customer_phone?: string; | ||
default_payment_method?: string; | ||
default_source?: string; | ||
deleted?: boolean; | ||
description?: string; | ||
due_date?: number; | ||
ending_balance?: number; | ||
footer?: string; | ||
hosted_invoice_url?: string; | ||
invoice_pdf?: string; | ||
latest_revision?: string; | ||
livemode?: boolean; | ||
next_payment_attempt?: number; | ||
number?: string; | ||
on_behalf_of?: string; | ||
paid?: boolean; | ||
paid_out_of_band?: boolean; | ||
payment_intent?: string; | ||
period_end?: number; | ||
period_start?: number; | ||
quote?: string; | ||
receipt_number?: string; | ||
starting_balance?: number; | ||
statement_descriptor?: string; | ||
subscription?: string; | ||
subscription_proration_date?: number; | ||
tax?: number; | ||
total?: number; | ||
total_excluding_tax?: number; | ||
webhooks_delivered_at?: number; | ||
} | ||
//# sourceMappingURL=subscriptions.d.ts.map |
@@ -7,3 +7,2 @@ import { Base } from "../base"; | ||
export declare const SUBSCRIPTIONS_CANCELED_BULK: string; | ||
export declare const INVOICES_CREATED: string; | ||
export interface SubscriptionsCreatedParams extends Base { | ||
@@ -34,2 +33,52 @@ application_fee_percent?: number; | ||
} | ||
export declare const INVOICES_CREATED: string; | ||
export interface InvoicesCreatedParams extends Base { | ||
account_country?: string; | ||
account_name?: string; | ||
account_tax_ids?: Array<string>; | ||
amount_due?: number; | ||
amount_paid?: number; | ||
amount_remaining?: number; | ||
amount_shipping?: number; | ||
application_fee_amount?: number; | ||
attempt_count?: number; | ||
attempted?: boolean; | ||
auto_advance?: boolean; | ||
charge?: string; | ||
created?: number; | ||
currency?: string; | ||
customer?: string; | ||
customer_email?: string; | ||
customer_name?: string; | ||
customer_phone?: string; | ||
default_payment_method?: string; | ||
default_source?: string; | ||
deleted?: boolean; | ||
description?: string; | ||
due_date?: number; | ||
ending_balance?: number; | ||
footer?: string; | ||
hosted_invoice_url?: string; | ||
invoice_pdf?: string; | ||
latest_revision?: string; | ||
livemode?: boolean; | ||
next_payment_attempt?: number; | ||
number?: string; | ||
on_behalf_of?: string; | ||
paid?: boolean; | ||
paid_out_of_band?: boolean; | ||
payment_intent?: string; | ||
period_end?: number; | ||
period_start?: number; | ||
quote?: string; | ||
receipt_number?: string; | ||
starting_balance?: number; | ||
statement_descriptor?: string; | ||
subscription?: string; | ||
subscription_proration_date?: number; | ||
tax?: number; | ||
total?: number; | ||
total_excluding_tax?: number; | ||
webhooks_delivered_at?: number; | ||
} | ||
//# sourceMappingURL=subscriptions.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38112
570