Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 349 Bytes

FeeInfo.md

File metadata and controls

20 lines (14 loc) · 349 Bytes

OpenapiClient::FeeInfo

Properties

Name Type Description Notes
network_fee String [optional]
service_fee String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::FeeInfo.new(
  network_fee: null,
  service_fee: null
)