class Stripe::PaymentMethod
- Stripe::PaymentMethod
- Reference
- Object
Included Modules
- JSON::Serializable
- StripeMethods
Defined in:
stripe/methods/core/payment_methods/attach_payment_method.crstripe/objects/payment_methods/payment_method.cr
Constructors
Class Method Summary
- .attach(payment_method : PaymentMethod | String, customer : Customer | String)
- .retrieve(id : String)
- .retrieve(paymentmethod : Stripe::PaymentMethod)
Instance Method Summary
- #billing_details : BillingDetails | Nil
- #created : Time
- #customer : String | Nil | Stripe::Customer | Nil
- #description : String | Nil
- #id : String
- #livemode : Bool
- #type : String | Nil