module AccountService: sig .. end
val createAdWordsAccount : 'a OCSoap.service ->
string ->
string ->
string ->
AccountService_types.emailPromotionsPreferences ->
string ->
AccountService_types.creditCard ->
AccountService_types.address ->
AccountService_types.coverageType -> string -> unit
val setLoginInfo : 'a OCSoap.service -> string -> string -> unit
val getAccountCurrency : 'a OCSoap.service -> string
val getCreditCard : 'a OCSoap.service -> AccountService_types.creditCard
val getBillingAddress : 'a OCSoap.service -> AccountService_types.address
val setCreditCard : 'a OCSoap.service ->
AccountService_types.creditCard -> AccountService_types.address -> unit
val getDefaultAdsCoverage : 'a OCSoap.service -> AccountService_types.coverageType
val setDefaultAdsCoverage : 'a OCSoap.service -> AccountService_types.coverageType -> unit
val getLanguagePreference : 'a OCSoap.service -> string
val setLanguagePreference : 'a OCSoap.service -> string -> unit
val getEmailPromotionsPreferences : 'a OCSoap.service -> AccountService_types.emailPromotionsPreferences
val setEmailPromotionsPreferences : 'a OCSoap.service -> AccountService_types.emailPromotionsPreferences -> unit
val getPrimaryBusinessCategory : 'a OCSoap.service -> string
val setPrimaryBusinessCategory : 'a OCSoap.service -> string -> unit
val getTermsAndConditions : 'a OCSoap.service -> string
val getClientAccounts : 'a OCSoap.service -> string list
val getLocalTimezone : 'a OCSoap.service -> string
val setLocalTimezone : 'a OCSoap.service -> string -> unit
val getTimezoneEffectiveDate : 'a OCSoap.service -> int64
val getAccountInfo : 'a OCSoap.service -> AccountService_types.accountInfo
val updateAccountInfo : 'a OCSoap.service -> AccountService_types.accountInfo -> unit