Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 285 Bytes

FeeUpdateInput.md

File metadata and controls

18 lines (12 loc) · 285 Bytes

LagoAPI::FeeUpdateInput

Properties

Name Type Description Notes
fee FeeUpdateInputFee

Example

require 'lago_ruby'

instance = LagoAPI::FeeUpdateInput.new(
  fee: null
)