class

Tourmaline::Invoice

Inherits Tourmaline::Model < JSON::Serializable < Reference < Object

Constructors

new(title : String, description : String, start_parameter : String, currency : String, total_amount : Int32)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

currency
Source
currency=(currency : String)
Source
description
Source
description=(description : String)
Source
start_parameter
Source
start_parameter=(start_parameter : String)
Source
title
Source
title=(title : String)
Source
total_amount
Source
total_amount=(total_amount : Int32)
Source