mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-31 00:00:37 -04:00
9 lines
224 B
Ruby
9 lines
224 B
Ruby
module Stripe
|
|
class InvoiceItem < APIResource
|
|
include Stripe::APIOperations::List
|
|
include Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Delete
|
|
include Stripe::APIOperations::Update
|
|
end
|
|
end
|