mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
added default_source to ISubscription in stripe (#33902)
This commit is contained in:
committed by
Wesley Wigham
parent
d31733647c
commit
8085f1a7bd
7
types/stripe/index.d.ts
vendored
7
types/stripe/index.d.ts
vendored
@@ -5126,6 +5126,13 @@ declare namespace Stripe {
|
||||
* invoice with payment instructions.
|
||||
*/
|
||||
billing: SubscriptionBilling;
|
||||
|
||||
/**
|
||||
* ID of the default payment source for the subscription.
|
||||
* It must belong to the customer associated with the subscription and be in a chargeable state.
|
||||
* If not set, defaults to the customer’s default source. [Expandable]
|
||||
*/
|
||||
default_source: string;
|
||||
}
|
||||
|
||||
interface ISubscriptionCustCreationOptions extends IDataOptionsWithMetadata {
|
||||
|
||||
Reference in New Issue
Block a user