Interface AccountServiceValue

AccountServiceValueオブジェクトは、アカウント情報を格納するコンテナです。
The AccountServiceValue object is a container for storing account information.

Hierarchy

  • AccountServiceValue

Properties

account?: null | display.Account

Memberof

AccountServiceValue

errors?: null | display.ModelError[]

Memberof

AccountServiceValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

AccountServiceValue