Stripe::Refund
Inherits StripeMethods / JSON::Serializable / Reference / Object
Constructors
create(charge : String | Stripe::Charge | Nil = nil, amount : Int32 | Nil = nil, metadata : Hash | Nil = nil, payment_intent : String | Stripe::PaymentIntent | Nil = nil, reason : String | Nil = nil) : Refund forall T, U
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
retrieve(id : String)
Sourceretrieve(refund : Stripe::Refund)
SourceInstance methods
amount
Sourcebalance_transaction
Sourcecharge
Sourcecreated
Sourcecurrency
Sourcefailure_balance_transaction
Sourcefailure_reason
Sourceid
Sourcemetadata
Sourcepayment_intent
Sourcereason
Sourcereceipt_number
Sourcesource_transfer_reversal
Sourcestatus
Source