lightrail-client
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -75,5 +75,10 @@ export declare type TransactionParty = LightrailTransactionParty | StripeTransactionParty | InternalTransactionParty; | ||
} | ||
export declare type TaxRoundingMode = "HALF_EVEN" | "HALF_UP"; | ||
export interface TaxRequestProperties { | ||
roundingMode: TaxRoundingMode; | ||
} | ||
export declare type TransactionType = "debit" | "credit" | "checkout" | "transfer" | string; | ||
export interface Transaction { | ||
id: string; | ||
tax: TaxRequestProperties; | ||
transactionType: TransactionType; | ||
@@ -80,0 +85,0 @@ currency: string; |
{ | ||
"name": "lightrail-client", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A Javascript and Typescript client for Lightrail", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
75496
1841