Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 270 Bytes

AmountParam.md

File metadata and controls

18 lines (12 loc) · 270 Bytes

SpreeClient::AmountParam

Properties

Name Type Description Notes
amount Float [optional]

Example

require 'spree_client'

instance = SpreeClient::AmountParam.new(
  amount: null
)