/** * Copyright 2016 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * AUTOMATICALLY GENERATED CODE - DO NOT MODIFY */ package datatypes // no documentation yet type Catalyst_Affiliate struct { Entity // no documentation yet Id *int `json:"id,omitempty" xmlrpc:"id,omitempty"` // no documentation yet Name *string `json:"name,omitempty" xmlrpc:"name,omitempty"` // no documentation yet SkipCreditCardVerificationFlag *bool `json:"skipCreditCardVerificationFlag,omitempty" xmlrpc:"skipCreditCardVerificationFlag,omitempty"` } // no documentation yet type Catalyst_Company_Type struct { Entity // no documentation yet Description *string `json:"description,omitempty" xmlrpc:"description,omitempty"` // no documentation yet Id *int `json:"id,omitempty" xmlrpc:"id,omitempty"` } // no documentation yet type Catalyst_Enrollment struct { Entity // no documentation yet Account *Account `json:"account,omitempty" xmlrpc:"account,omitempty"` // no documentation yet AccountId *int `json:"accountId,omitempty" xmlrpc:"accountId,omitempty"` // no documentation yet Affiliate *Catalyst_Affiliate `json:"affiliate,omitempty" xmlrpc:"affiliate,omitempty"` // no documentation yet AffiliateId *int `json:"affiliateId,omitempty" xmlrpc:"affiliateId,omitempty"` // no documentation yet AgreementCompleteFlag *int `json:"agreementCompleteFlag,omitempty" xmlrpc:"agreementCompleteFlag,omitempty"` // no documentation yet CompanyDescription *string `json:"companyDescription,omitempty" xmlrpc:"companyDescription,omitempty"` // no documentation yet CompanyType *Catalyst_Company_Type `json:"companyType,omitempty" xmlrpc:"companyType,omitempty"` // no documentation yet CompanyTypeId *int `json:"companyTypeId,omitempty" xmlrpc:"companyTypeId,omitempty"` // no documentation yet EnrollmentDate *Time `json:"enrollmentDate,omitempty" xmlrpc:"enrollmentDate,omitempty"` // no documentation yet GraduationDate *Time `json:"graduationDate,omitempty" xmlrpc:"graduationDate,omitempty"` // no documentation yet IsActiveFlag *bool `json:"isActiveFlag,omitempty" xmlrpc:"isActiveFlag,omitempty"` // no documentation yet MonthlyCreditAmount *Float64 `json:"monthlyCreditAmount,omitempty" xmlrpc:"monthlyCreditAmount,omitempty"` // no documentation yet Representative *User_Employee `json:"representative,omitempty" xmlrpc:"representative,omitempty"` // no documentation yet RepresentativeEmployeeId *int `json:"representativeEmployeeId,omitempty" xmlrpc:"representativeEmployeeId,omitempty"` } // Contains user information for Catalyst self-enrollment. type Catalyst_Enrollment_Request struct { Entity // Applicant's address Address1 *string `json:"address1,omitempty" xmlrpc:"address1,omitempty"` // Additional field for extended address Address2 *string `json:"address2,omitempty" xmlrpc:"address2,omitempty"` // no documentation yet Affiliate *Catalyst_Affiliate `json:"affiliate,omitempty" xmlrpc:"affiliate,omitempty"` // Id of the affiliate who referred applicant's AffiliateId *int `json:"affiliateId,omitempty" xmlrpc:"affiliateId,omitempty"` // no documentation yet AgreementCompleteFlag *bool `json:"agreementCompleteFlag,omitempty" xmlrpc:"agreementCompleteFlag,omitempty"` // Determines whether or not to also apply to the GEP program ApplyToGepFlag *bool `json:"applyToGepFlag,omitempty" xmlrpc:"applyToGepFlag,omitempty"` // no documentation yet CardAccountNumber *string `json:"cardAccountNumber,omitempty" xmlrpc:"cardAccountNumber,omitempty"` // no documentation yet CardExpirationMonth *string `json:"cardExpirationMonth,omitempty" xmlrpc:"cardExpirationMonth,omitempty"` // no documentation yet CardExpirationYear *string `json:"cardExpirationYear,omitempty" xmlrpc:"cardExpirationYear,omitempty"` // no documentation yet CardType *string `json:"cardType,omitempty" xmlrpc:"cardType,omitempty"` // no documentation yet CardVerificationNumber *string `json:"cardVerificationNumber,omitempty" xmlrpc:"cardVerificationNumber,omitempty"` // Applicant's city City *string `json:"city,omitempty" xmlrpc:"city,omitempty"` // Brief description of Startup's product and key differentiators CompanyDescription *string `json:"companyDescription,omitempty" xmlrpc:"companyDescription,omitempty"` // Name of the applicant's company CompanyName *string `json:"companyName,omitempty" xmlrpc:"companyName,omitempty"` // no documentation yet CompanyType *Catalyst_Company_Type `json:"companyType,omitempty" xmlrpc:"companyType,omitempty"` // Id of the company type which best describes applicant's company CompanyTypeId *int `json:"companyTypeId,omitempty" xmlrpc:"companyTypeId,omitempty"` // URL to the Startup's site CompanyUrl *string `json:"companyUrl,omitempty" xmlrpc:"companyUrl,omitempty"` // Applicant's country code Country *string `json:"country,omitempty" xmlrpc:"country,omitempty"` // Index of answer chosen for how many current users question CurrentUserChoice *int `json:"currentUserChoice,omitempty" xmlrpc:"currentUserChoice,omitempty"` // Id of the fingerprint DeviceFingerprintId *string `json:"deviceFingerprintId,omitempty" xmlrpc:"deviceFingerprintId,omitempty"` // Applicant's email address Email *string `json:"email,omitempty" xmlrpc:"email,omitempty"` // Applicant's first name FirstName *string `json:"firstName,omitempty" xmlrpc:"firstName,omitempty"` // Index of answer chosen for how many future users question FutureUserChoice *int `json:"futureUserChoice,omitempty" xmlrpc:"futureUserChoice,omitempty"` // Master user's IBMId username IbmIdUsername *string `json:"ibmIdUsername,omitempty" xmlrpc:"ibmIdUsername,omitempty"` // Name of accelerator or incubator startup belongs to, if any IncubatorName *string `json:"incubatorName,omitempty" xmlrpc:"incubatorName,omitempty"` // Name of the investor, if any InvestorName *string `json:"investorName,omitempty" xmlrpc:"investorName,omitempty"` // Applicant's last name LastName *string `json:"lastName,omitempty" xmlrpc:"lastName,omitempty"` // no documentation yet MarketingConsent *Catalyst_Enrollment_Request_MarketingConsent `json:"marketingConsent,omitempty" xmlrpc:"marketingConsent,omitempty"` // Applicant's primary phone number OfficePhone *string `json:"officePhone,omitempty" xmlrpc:"officePhone,omitempty"` // Whether or not the startup has been operating for more than five years OverFiveYearsOldFlag *bool `json:"overFiveYearsOldFlag,omitempty" xmlrpc:"overFiveYearsOldFlag,omitempty"` // Applicant's postal code PostalCode *string `json:"postalCode,omitempty" xmlrpc:"postalCode,omitempty"` // IBM referral code, if any ReferralCode *string `json:"referralCode,omitempty" xmlrpc:"referralCode,omitempty"` // Whether or not the startup has over one million in annual revenue RevenueOverOneMillionFlag *bool `json:"revenueOverOneMillionFlag,omitempty" xmlrpc:"revenueOverOneMillionFlag,omitempty"` // Determines whether or not to apply to the Catalyst program SkipCatalystApplicationFlag *bool `json:"skipCatalystApplicationFlag,omitempty" xmlrpc:"skipCatalystApplicationFlag,omitempty"` // Applicant's state/region code State *string `json:"state,omitempty" xmlrpc:"state,omitempty"` // Applicant's vatId, if one exists VatId *string `json:"vatId,omitempty" xmlrpc:"vatId,omitempty"` } // no documentation yet type Catalyst_Enrollment_Request_Container_AnswerOption struct { Entity // no documentation yet Answer *string `json:"answer,omitempty" xmlrpc:"answer,omitempty"` // no documentation yet Index *int `json:"index,omitempty" xmlrpc:"index,omitempty"` } // Contains user marketing consent information for Catalyst self-enrollment. type Catalyst_Enrollment_Request_MarketingConsent struct { Entity // no documentation yet MarketingByEmailFlag *bool `json:"marketingByEmailFlag,omitempty" xmlrpc:"marketingByEmailFlag,omitempty"` // no documentation yet MarketingByPostalMailFlag *bool `json:"marketingByPostalMailFlag,omitempty" xmlrpc:"marketingByPostalMailFlag,omitempty"` // no documentation yet MarketingByTelephoneFlag *bool `json:"marketingByTelephoneFlag,omitempty" xmlrpc:"marketingByTelephoneFlag,omitempty"` // no documentation yet Request *Catalyst_Enrollment_Request `json:"request,omitempty" xmlrpc:"request,omitempty"` }