Skip to main content

OrderCustomerBillingInput

No description

input OrderCustomerBillingInput {
address1: String!
address2: String
city: String!
companyName: String
destinationCode: String
email: String
firstName: String
fiscalCode: String
isoCountry: String!
lastName: String
pec: String
province: String
telephone: String
vatNumber: String
zipCode: String!
}

Fields

OrderCustomerBillingInput.address1 ● String! non-null scalar

The street address.

OrderCustomerBillingInput.address2 ● String scalar

A secondary address line.

OrderCustomerBillingInput.city ● String! non-null scalar

The city.

OrderCustomerBillingInput.companyName ● String scalar

The company name of the recipient.

OrderCustomerBillingInput.destinationCode ● String scalar

The SDI destination code for Italian electronic invoicing.

OrderCustomerBillingInput.email ● String scalar

The email address of the recipient.

OrderCustomerBillingInput.firstName ● String scalar

The first name of the recipient.

OrderCustomerBillingInput.fiscalCode ● String scalar

The customer's fiscal code.

OrderCustomerBillingInput.isoCountry ● String! non-null scalar

The country, as an ISO 3166-1 alpha-2 code (for example IT).

OrderCustomerBillingInput.lastName ● String scalar

The last name of the recipient.

OrderCustomerBillingInput.pec ● String scalar

The customer's certified email (PEC) address.

OrderCustomerBillingInput.province ● String scalar

The province.

OrderCustomerBillingInput.telephone ● String scalar

The telephone number of the recipient.

OrderCustomerBillingInput.vatNumber ● String scalar

The customer's VAT number.

OrderCustomerBillingInput.zipCode ● String! non-null scalar

The postal code.

Member Of

customerRequestInvoice mutation