Enumeration AccountServiceStatus

AccountServiceStatusは、アカウントの契約状況を表します。
MCCアカウントの場合、このフィールドはSERVINGになります。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Account status.
If isManagerAccount is "TRUE", this field will be SERVING.
Although this field will be returned in the response, it will be ignored on input.
INPROGRESS
審査中Under review.
WAIT_DECIDE
確定待ちWaiting confirmation.
SUSPENDED
サービス停止中The account service is not active.
SERVING
サービス中The account is active.
ENDED
サービス終了The account service has ended.
UNKNOWN
未知の値です。Unknown value.

Enumeration Members

Ended: "ENDED"
Inprogress: "INPROGRESS"
Serving: "SERVING"
Suspended: "SUSPENDED"
Unknown: "UNKNOWN"
WaitDecide: "WAIT_DECIDE"