Stripe::Invoice::LineItem
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
create(customer : String | Customer, currency : String, amount : Int32 | Nil = nil, quantity : Int32 | Nil = nil, description : String | Nil = nil, unit_amount : Int32 | Nil = nil, invoice : String | Invoice | Nil = nil, subscription : String | Subscription | Nil = nil, metadata : Hash(String, String) | Nil = nil) : Invoice::LineItem forall T, U
SourceInstance methods
amount
Sourcecreated
Sourcecurrency
Sourcedescription
Sourcediscountable
Sourceid
Sourceinvoice_item
Sourcelivemode?
Sourcemetadata
Sourceperiod
Sourceprice
Sourceproration?
Sourcequantity
Sourcesubscription
Sourcesubscription_item
Sourcetax_rates
Sourcetype
Source