gitpod.v1.BillingService
SetBillingAddress
Sets or updates the billing address for an organization.
Use this method to:
- Set billing address for tax calculation and compliance
- Update existing billing address information
- Support international billing requirements
Examples
-
Set billing address:
Sets a complete billing address for the organization.
organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" name: "John Doe" address: line1: "123 Main St" line2: "Suite 100" city: "San Francisco" state: "CA" postalCode: "94105" country: "US"
post/gitpod.v1.BillingService/SetBillingAddress
Request body
Response
Success
GitpodV1SetBillingAddressResponse required