mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #28781 from overleaf/ls-handle-business-details-on-backend
Handle Stripe business details on backend GitOrigin-RevId: 32608ba4913da493a09341b8880cd5b639066462
This commit is contained in:
@@ -142,3 +142,10 @@ export type SubscriptionBillingAddress = {
|
||||
postal_code: string
|
||||
country: string
|
||||
}
|
||||
|
||||
export type StripeBusinessDetails = {
|
||||
name?: string
|
||||
taxIdType?: string
|
||||
taxIdValue?: string
|
||||
isTaxExempt?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user