new RegistrationStatusResponse()
- Version:
- 1.0
The RegistrationStatusResponse model module.
Members
failures :Object.<String, String>
failed addresses and causes to register accounts
Type:
- Object.<String, String>
status :String
status of request
Type:
- String
Methods
(static) constructFromObject(data, obj) → {RegistrationStatusResponse}
Constructs a RegistrationStatusResponse
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
RegistrationStatusResponse | Optional instance to populate. |
Returns:
The populated RegistrationStatusResponse
instance.