Uses of Interface
org.killbill.billing.account.api.AccountData
-
Packages that use AccountData Package Description org.killbill.billing.account.api -
-
Uses of AccountData in org.killbill.billing.account.api
Subinterfaces of AccountData in org.killbill.billing.account.api Modifier and Type Interface Description interfaceAccountThe interfaceAccountrepresents an account within Killbill.interfaceMutableAccountDataThe interfaceMutableAccountDatais used to set theAccountDatafields individually and pass them as the whole to theAccountUserApi.Methods in org.killbill.billing.account.api with parameters of type AccountData Modifier and Type Method Description AccountAccountUserApi. createAccount(AccountData data, CallContext context)voidAccountUserApi. updateAccount(String key, AccountData accountData, CallContext context)Updates the account by specifying theAccountDataobjectvoidAccountUserApi. updateAccount(UUID accountId, AccountData accountData, CallContext context)Updates the account by specifying theAccountDataobject
-