class Stripe::PaymentMethods::Card

Included Modules

Defined in:

stripe/objects/payment_methods/card.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def address_city : String | Nil #

def address_country : String | Nil #

def address_line1 : String | Nil #

def address_line1_check : Check | Nil #

def address_line2 : String | Nil #

def address_state : String | Nil #

def address_zip : String | Nil #

def address_zip_check : Check | Nil #

def brand : String #

def country : String #

def currency : String | Nil #

def customer : String | Nil | Stripe::Customer | Nil #

def cvc_check : Check | Nil #

def dynamic_last4 : String | Nil #

def exp_month : UInt8 | Nil #

def exp_year : UInt16 | Nil #

def fingerprint : String | Nil #

def funding : Funding | Nil #

def id : String #

def last4 : String | Nil #

def metadata : Hash(String, String) | Nil #

def name : String | Nil #

def object : String | Nil #

def tokenization_method : TokenizationMethod | Nil #