CreateShellAccountInput
Input fields for creating a shell account.
Input fields
First line of the billing address.
Second line of the billing address.
Third line of the billing address.
Fourth line of the billing address.
Fifth line of the billing address.
The name to use for billing purposes.
Day to fixed bill on if billing_period_length set.
For fixed billing accounts only, the length of their billing period. Can be MONTHLY or QUARTERLY.
Month to start billing from if billing_period_length set to QUARTERLY or the multiplier is > 1.
For fixed billing accounts only, the number the period length is to be multiplied by to get the total period length, i.e. for billing every second month, select 2 combined with a billing period length MONTHLY. Can't be > 1 for quarterly billing.
The billing address postcode.
This must be a string-ified version of the JSON representation of RichAddressInput type.
The brand to associate the account with.
The type of business for business accounts.
A unique identifier for the client performing the mutation.
The name of the company for business accounts.
The company registration number for business accounts.
The user's date of birth.
The user's email address.
The user's family (last) name.
The user's given (first) name.
Whether this is a business account.
The user's landline phone number.
The user's mobile phone number.
The password for the new account user.
Token required to set a password during account creation.
The portfolio number to associate the account with.
The tax number for the business account.
Unique reference number from a 3rd party enrolment.
Example
{
"billingAddressLine1": "sometimes-in-rate-field-left",
"billingAddressLine2": "else-college-member-establish-better",
"billingAddressLine3": "opportunity-attorney-attack-kind-clearly",
"billingAddressLine4": "report-claim-behavior-player-every",
"billingAddressLine5": "fight-month-down-free-attention",
"billingName": "recognize-travel-probably-life-newspaper",
"billingPeriodDay": 7,
"billingPeriodLength": "collection-president-require-spring-especially",
"billingPeriodMonth": 79,
"billingPeriodMultiplier": 95,
"billingPostcode": "discussion-night-common-smile-term",
"billingRichAddress": "form-develop-white-religious-such",
"brand": "air-tonight-performance-first-it",
"businessType": "seven-size-couple-personal-close",
"clientMutationId": "87731739",
"companyName": "kitchen-tree-rock-paper-energy",
"companyNumber": "money-catch-catch-resource-guess",
"dateOfBirth": "2012-07-09",
"email": "drive-responsibility-responsibility-figure-blood",
"familyName": "Sanders",
"givenName": "Travis",
"isBusinessAccount": true,
"landline": "beyond-cost-area-our-threat",
"mobile": "describe-alone-region-spring-who",
"password": "party-garden-study-brother-realize",
"passwordUpdateToken": "believe-hundred-manager-help-collection",
"portfolioNumber": "P-3B96430E",
"taxNumber": "discuss-star-leg-oil-deep",
"urn": "resource-form-order-travel-yes"
}