Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 537 Bytes

RefundsDto.md

File metadata and controls

21 lines (14 loc) · 537 Bytes

ElepayApi::RefundsDto

Properties

Name Type Description Notes
amount Integer 返金総額 [optional]
total_count Integer 返金回数 [optional]
data Array<RefundDto> 返金詳細情報 [optional]

Code Sample

require 'ElepayApi'

instance = ElepayApi::RefundsDto.new(amount: null,
                                 total_count: null,
                                 data: null)