CoreApiProxyAddAccountAsync Method |
Adds the account async.
Namespace:
Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public void AddAccountAsync(
ProvisioningAccount account,
ref string requestId
)
Public Sub AddAccountAsync (
account As ProvisioningAccount,
ByRef requestId As String
)
public:
virtual void AddAccountAsync(
ProvisioningAccount^ account,
String^% requestId
) sealed
abstract AddAccountAsync :
account : ProvisioningAccount *
requestId : string byref -> unit
override AddAccountAsync :
account : ProvisioningAccount *
requestId : string byref -> unit
Parameters
- account
- Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningAccount
The account. - requestId
- Type: SystemString
The request id.
Implements
ICoreApiAddAccountAsync(ProvisioningAccount, String)See Also