Skip to main content

AssignmentBillingInformation

address stringnullable

Address line of the organization that receives is billed

Example: 1 Park Avenue
city stringnullable

City of the organization that is billed

Example: Minnesota
contact objectnullable

Contact information of the organization

email stringnullable

Billing contact email

mobileNumber stringnullable

Billing contact mobile number

Example: 1234567890
name stringnullable

Billing contact name

Example: Will Smith
telephoneNumber stringnullable

Billing contact telephone number

Example: 1234567890
country stringnullable

Country of the organization that is billed

Example: US
name stringnullable

Name of the organization that is billed

Example: Padme Corp
postalCode stringnullable

Postal code of the organization that is billed

Example: 55402
state stringnullable

State of the organization that is billed

Example: Minnesota
AssignmentBillingInformation
{
"address": "1 Park Avenue",
"city": "Minnesota",
"contact": {
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "Will Smith",
"telephoneNumber": "1234567890"
},
"country": "US",
"name": "Padme Corp",
"postalCode": "55402",
"state": "Minnesota"
}