class Tourmaline::Invoice

Included Modules

Defined in:

tourmaline/models/invoice.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

def self.new(title : String, description : String, start_parameter : String, currency : String, total_amount : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def currency : String #

[View source]
def currency=(currency : String) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def start_parameter : String #

[View source]
def start_parameter=(start_parameter : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def total_amount : Int32 #

[View source]
def total_amount=(total_amount : Int32) #

[View source]