class

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
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

retrieve(id : String)
Source
retrieve(refund : Stripe::Refund)
Source

Instance methods

amount
Source
balance_transaction
Source
charge
Source
created
Source
currency
Source
failure_balance_transaction
Source
failure_reason
Source
metadata
Source
payment_intent
Source
reason
Source
receipt_number
Source
source_transfer_reversal
Source
status
Source

Nested types