Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 563 Bytes

UpdateCustomerPointRequest.md

File metadata and controls

22 lines (16 loc) · 563 Bytes

OpenapiClient::UpdateCustomerPointRequest

Properties

Name Type Description Notes
mile String マイル [optional]
point String ポイント [optional]
point_expire_date String ポイント失効予定日:指定しない場合ポイント失効日は更新されません。 [optional]

Example

require 'openapi_client'

instance = OpenapiClient::UpdateCustomerPointRequest.new(
  mile: null,
  point: null,
  point_expire_date: null
)