struct

Stripe::SetupIntents

Inherits Stripe::API < Struct < Value < Object

Instance methods

create(*, customer : String | Nil = nil, description : String | Nil = nil, confirm : Bool | Nil = nil, payment_method : String | Nil = nil, usage : SetupIntent::Usage | Nil = nil, payment_method_types : Array(PaymentMethod::Type)) : SetupIntent
Source
retrieve(id : String) : SetupIntent
Source