class Stripe::PaymentMethods::Card
- Stripe::PaymentMethods::Card
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/payment_methods/card.crConstructors
Instance Method Summary
- #address_city : String | Nil
- #address_country : String | Nil
- #address_line1 : String | Nil
- #address_line1_check : Check | Nil
- #address_line2 : String | Nil
- #address_state : String | Nil
- #address_zip : String | Nil
- #address_zip_check : Check | Nil
- #brand : String
- #country : String
- #currency : String | Nil
- #customer : String | Nil | Stripe::Customer | Nil
- #cvc_check : Check | Nil
- #dynamic_last4 : String | Nil
- #exp_month : UInt8 | Nil
- #exp_year : UInt16 | Nil
- #fingerprint : String | Nil
- #funding : Funding | Nil
- #id : String
- #last4 : String | Nil
- #metadata : Hash(String, String) | Nil
- #name : String | Nil
- #object : String | Nil
- #tokenization_method : TokenizationMethod | Nil