Interface AccountLinkServiceValue

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

Hierarchy

  • AccountLinkServiceValue

Properties

accountLink?: null | display.AccountLink

Memberof

AccountLinkServiceValue

errors?: null | display.ModelError[]

Memberof

AccountLinkServiceValue

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

Memberof

AccountLinkServiceValue