mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-24 00:00:51 -04:00
formatting. alphabetize key-values by keys and add comments.
This commit is contained in:
parent
30b0e4156a
commit
7810d888c1
@ -17,23 +17,26 @@ module Stripe
|
||||
|
||||
def self.object_classes
|
||||
@object_classes ||= {
|
||||
# data structures
|
||||
'list' => ListObject,
|
||||
|
||||
# business objects
|
||||
'application_fee' => ApplicationFee,
|
||||
'balance' => Balance,
|
||||
'balance_transaction' => BalanceTransaction,
|
||||
'card' => Card,
|
||||
'charge' => Charge,
|
||||
'coupon' => Coupon,
|
||||
'customer' => Customer,
|
||||
'event' => Event,
|
||||
'fee_refund' => ApplicationFeeRefund,
|
||||
'invoiceitem' => InvoiceItem,
|
||||
'invoice' => Invoice,
|
||||
'plan' => Plan,
|
||||
'coupon' => Coupon,
|
||||
'event' => Event,
|
||||
'transfer' => Transfer,
|
||||
'recipient' => Recipient,
|
||||
'card' => Card,
|
||||
'subscription' => Subscription,
|
||||
'list' => ListObject,
|
||||
'refund' => Refund,
|
||||
'application_fee' => ApplicationFee,
|
||||
'fee_refund' => ApplicationFeeRefund
|
||||
'subscription' => Subscription,
|
||||
'transfer' => Transfer
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user