Enumeration AccountServiceType

AccountServiceTypeは、アカウントの料金支払い種別を表します。
このフィールドは、SET時は無視され、GET時は省略可能となります。
MCCアカウントの場合、このフィールドは返却されません。
AccountServiceType displays the account charge type.
This field will be ignored in SET operation, and will be optional in GET operation.
If isManagerAccount is "TRUE", this field will not be returned.
PREPAY
クレジットカードや銀行振込などの前払い方式です。Creditcardor bank transfer (prepayment).
POSTPAY
クレジットカードの後払い方式です。※現在利用できませんCreditcard (deferred payment) * Not Available.
INVOICE
代理店クライアントなどの請求書方式です。Invoice Type.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

Invoice: "INVOICE"
Postpay: "POSTPAY"
Prepay: "PREPAY"
Unknown: "UNKNOWN"