Types > OrganizationModify
Commerce APITypesOrganizationModify

OrganizationModify

Description

Topic: Organizations

Fields

billing_address: AddressCreate

Billing address of the organization


custom_invoice_text: String

Additional text to add to an organization billing invoice

Valid when: custom_invoice_text's length doesn't exceed 4096 characters


default_payment_method_id: String

Unique payment method identifier. See also: Unique Identifiers

Example: "pm_EQzGqWoY"

Valid when: default_payment_method_id matches regexp pattern: ^pm_


name: String

The name of the organization

Example: "FooBar Inc."

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


Used By

Mutations

organizationsModify

Preview (typescript)

Loading module