struct
Mollie::Amount
- Mollie::Amount
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Mollie::Json::Serializable
Defined in:
mollie/amount.crConstructors
- .new(value : AmountValue, currency : String)
- .new(value : BigDecimal, currency : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #currency : String
- #to_h(*args, **options)
- #to_h(*args, **options, &)
- #to_json(json : JSON::Builder)
- #to_tuple
- #value : BigDecimal