chargebee-typescript
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ let environment = { | ||
timeout: 80000, | ||
clientVersion: 'v2.24.0', | ||
clientVersion: 'v2.25.0', | ||
port: 443, | ||
@@ -9,0 +9,0 @@ timemachineWaitInMillis: 3000, |
@@ -318,5 +318,2 @@ import { ListResult } from '../list_result'; | ||
interface line_items_import_credit_note_params { | ||
reference_line_item_id?: string; | ||
} | ||
interface line_items_import_credit_note_params { | ||
id?: string; | ||
@@ -432,2 +429,5 @@ } | ||
} | ||
interface line_items_import_credit_note_params { | ||
reference_line_item_id?: string; | ||
} | ||
interface line_item_tiers_import_credit_note_params { | ||
@@ -434,0 +434,0 @@ line_item_id: string; |
@@ -721,2 +721,5 @@ import { ListResult } from '../list_result'; | ||
interface customer_checkout_one_time_for_items_params { | ||
einvoicing_method?: string; | ||
} | ||
interface customer_checkout_one_time_for_items_params { | ||
is_einvoice_enabled?: boolean; | ||
@@ -1000,2 +1003,5 @@ } | ||
} | ||
interface customer_checkout_new_for_items_params { | ||
einvoicing_method?: string; | ||
} | ||
interface billing_address_checkout_new_for_items_params { | ||
@@ -1002,0 +1008,0 @@ first_name?: string; |
@@ -39,2 +39,3 @@ export { Subscription } from "./subscription"; | ||
export { Paypal as PaymentSourcePaypal } from "./payment_source"; | ||
export { Venmo as PaymentSourceVenmo } from "./payment_source"; | ||
export { Mandate as PaymentSourceMandate } from "./payment_source"; | ||
@@ -41,0 +42,0 @@ export { ThirdPartyPaymentMethod } from "./third_party_payment_method"; |
@@ -81,3 +81,5 @@ "use strict"; | ||
var payment_source_9 = require("./payment_source"); | ||
Object.defineProperty(exports, "PaymentSourceMandate", { enumerable: true, get: function () { return payment_source_9.Mandate; } }); | ||
Object.defineProperty(exports, "PaymentSourceVenmo", { enumerable: true, get: function () { return payment_source_9.Venmo; } }); | ||
var payment_source_10 = require("./payment_source"); | ||
Object.defineProperty(exports, "PaymentSourceMandate", { enumerable: true, get: function () { return payment_source_10.Mandate; } }); | ||
var third_party_payment_method_1 = require("./third_party_payment_method"); | ||
@@ -84,0 +86,0 @@ Object.defineProperty(exports, "ThirdPartyPaymentMethod", { enumerable: true, get: function () { return third_party_payment_method_1.ThirdPartyPaymentMethod; } }); |
@@ -25,2 +25,3 @@ import { ListResult } from '../list_result'; | ||
paypal?: Paypal; | ||
venmo?: Venmo; | ||
mandates?: Array<Mandate>; | ||
@@ -110,2 +111,5 @@ deleted: boolean; | ||
} | ||
export declare class Venmo extends Model { | ||
user_name?: string; | ||
} | ||
export declare class Mandate extends Model { | ||
@@ -355,2 +359,5 @@ id: string; | ||
} | ||
interface card_update_card_params { | ||
additional_information?: any; | ||
} | ||
interface bank_account_update_bank_account_params { | ||
@@ -357,0 +364,0 @@ first_name?: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Mandate = exports.Paypal = exports.Upi = exports.AmazonPayment = exports.BillingAddress = exports.CustVoucherSource = exports.BankAccount = exports.Card = exports.PaymentSource = void 0; | ||
exports.Mandate = exports.Venmo = exports.Paypal = exports.Upi = exports.AmazonPayment = exports.BillingAddress = exports.CustVoucherSource = exports.BankAccount = exports.Card = exports.PaymentSource = void 0; | ||
const request_wrapper_1 = require("../request_wrapper"); | ||
@@ -193,4 +193,7 @@ const model_1 = require("./model"); | ||
exports.Paypal = Paypal; | ||
class Venmo extends model_1.Model { | ||
} // ~Venmo | ||
exports.Venmo = Venmo; | ||
class Mandate extends model_1.Model { | ||
} // ~Mandate | ||
exports.Mandate = Mandate; |
@@ -24,2 +24,3 @@ import { Model } from "./model"; | ||
unit_price_in_decimal?: string; | ||
proration_type?: string; | ||
service_period?: number; | ||
@@ -26,0 +27,0 @@ } |
@@ -37,2 +37,3 @@ import { Model } from "./model"; | ||
amount_in_decimal?: string; | ||
proration_type?: string; | ||
} | ||
@@ -39,0 +40,0 @@ export declare class EventBasedAddon extends Model { |
@@ -62,3 +62,3 @@ "use strict"; | ||
get payment_source() { | ||
let _payment_source = this.get('payment_source', 'PaymentSource', { 'card': 'PaymentSourceCard', 'bank_account': 'PaymentSourceBankAccount', 'cust_voucher_source': 'PaymentSourceCustVoucherSource', 'billing_address': 'PaymentSourceBillingAddress', 'amazon_payment': 'PaymentSourceAmazonPayment', 'upi': 'PaymentSourceUpi', 'paypal': 'PaymentSourcePaypal', 'mandates': 'PaymentSourceMandate' }); | ||
let _payment_source = this.get('payment_source', 'PaymentSource', { 'card': 'PaymentSourceCard', 'bank_account': 'PaymentSourceBankAccount', 'cust_voucher_source': 'PaymentSourceCustVoucherSource', 'billing_address': 'PaymentSourceBillingAddress', 'amazon_payment': 'PaymentSourceAmazonPayment', 'upi': 'PaymentSourceUpi', 'paypal': 'PaymentSourcePaypal', 'venmo': 'PaymentSourceVenmo', 'mandates': 'PaymentSourceMandate' }); | ||
return _payment_source; | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "chargebee-typescript", | ||
"version": "2.24.0", | ||
"version": "2.25.0", | ||
"description": "A library in typescript for integrating with Chargebee.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
941542
0.17%24243
0.09%