Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt

Use this file to discover all available pages before exploring further.

This page is auto-generated based on the official Terraform documentation.

Overview

Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.

Schema

Read-Only

Nested Schema for billing_profiles

Read-Only:
  • banking_information_attributes (Attributes) (see below for nested schema)
  • billing_information_attributes (Attributes) (see below for nested schema)
  • business_information_attributes (Attributes) (see below for nested schema)
  • created_at (String) The date and time, in UTC, the billing profile was created. ISO 8601 formatted.
  • id (String) The id of the resource
  • invoice_adjustment_attributes (Attributes) (see below for nested schema)
  • managed_accounts_count (String) Number of managed accounts using this billing profile
  • nickname (String) Display name for the billing profile
  • token (String)
  • updated_at (String) The date and time, in UTC, the billing profile was last updated. ISO 8601 formatted.

Nested Schema for billing_profiles.banking_information_attributes

Read-Only:
  • bank_name (String) Name of the bank
  • beneficiary_name (String) Name of the account beneficiary
  • secure_data (Attributes) (see below for nested schema)
  • tax_id (String) Tax identification number
  • token (String)

Nested Schema for billing_profiles.banking_information_attributes.secure_data

Read-Only:
  • account_number (String) Bank account number (US)
  • iban (String) International Bank Account Number (EU)
  • routing_number (String) Bank routing number (US)
  • swift_bic (String) SWIFT/BIC code (EU)

Nested Schema for billing_profiles.billing_information_attributes

Read-Only:
  • address_line_1 (String) First line of billing address
  • address_line_2 (String) Second line of billing address
  • billing_email (List of String) Array of billing email addresses
  • city (String) City for billing address
  • company_name (String) Company name for billing
  • country_code (String) ISO country code
  • postal_code (String) Postal or ZIP code
  • state (String) State or province for billing address
  • token (String)

Nested Schema for billing_profiles.business_information_attributes

Read-Only:

Nested Schema for billing_profiles.business_information_attributes.metadata

Read-Only:

Nested Schema for billing_profiles.business_information_attributes.metadata.custom_fields

Read-Only:
  • name (String) Custom field name
  • value (String) Custom field value

Nested Schema for billing_profiles.invoice_adjustment_attributes

Read-Only:
  • adjustment_items (Attributes List) Array of adjustment items (taxes, fees, etc.) (see below for nested schema)
  • token (String)

Nested Schema for billing_profiles.invoice_adjustment_attributes.adjustment_items

Read-Only:
  • adjustment_type (String) Type of adjustment
  • amount (String) Amount or percentage value for the adjustment
  • calculation_type (String) How the adjustment is calculated
  • name (String) Name of the adjustment (e.g., ‘State Tax’, ‘Processing Fee’)