Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 976 Bytes

SubscriptionReq.md

File metadata and controls

17 lines (14 loc) · 976 Bytes

# SubscriptionReq

Properties

Name Type Description Notes
name string 定期課金名 [optional]
customerId string カスタマID
currency string 通貨コード (ISO_4217) [optional] [default to 'JPY']
amount int 每期課金金額 [optional]
interval \Elepay\Model\SubscriptionIntervalType [optional]
intervalSpan int 定期課金周期間隔(何周期単位ごとに課金されます) [optional] [default to 1]
initialAmount int 初回支払い前の固定支払額 [optional]
firstChargeTime int 初回支払いUTCタイムスタンプ [optional]
metadata array<string,string> メタデータ [optional]

[Back to Model list] [Back to API list] [Back to README]