Przejdź do głównej zawartości

CustomerCompanyInput

Company details collected at signup (B2B registration).

input CustomerCompanyInput {
companyName: String
regon: String
taxId: String
vatNumber: String
}

Fields

CustomerCompanyInput.companyName ● String scalar

Company name.

CustomerCompanyInput.regon ● String scalar

Polish statistical number — REGON (9 or 14 digits with checksum).

CustomerCompanyInput.taxId ● String scalar

Polish tax id — NIP (10 digits with checksum).

CustomerCompanyInput.vatNumber ● String scalar

EU VAT number with country prefix (e.g. PL1234567890).

Member Of

CustomerCreateInput input