class Stripe::Price
- Stripe::Price
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/core/price.crConstructors
Instance Method Summary
- #active : Bool | Nil
- #billing_scheme : String | Nil
- #created : Time
- #currency : String | Nil
- #id : String
- #livemode : Bool
- #metadata : Hash(String, String) | Nil
- #nickname : String | Nil
- #product : String | Nil | Stripe::Product | Nil
- #type : String | Nil
- #unit_amount : Int32 | Nil
- #unit_amount_decimal : String | Nil