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) #

[View source]

Instance Method Detail

def address_city : String | Nil #

[View source]
def address_country : String | Nil #

[View source]
def address_line1 : String | Nil #

[View source]
def address_line1_check : Check | Nil #

[View source]
def address_line2 : String | Nil #

[View source]
def address_state : String | Nil #

[View source]
def address_zip : String | Nil #

[View source]
def address_zip_check : Check | Nil #

[View source]
def brand : String #

[View source]
def country : String #

[View source]
def currency : String | Nil #

[View source]
def customer : String | Nil | Stripe::Customer | Nil #

[View source]
def cvc_check : Check | Nil #

[View source]
def dynamic_last4 : String | Nil #

[View source]
def exp_month : UInt8 | Nil #

[View source]
def exp_year : UInt16 | Nil #

[View source]
def fingerprint : String | Nil #

[View source]
def funding : Funding | Nil #

[View source]
def id : String #

[View source]
def last4 : String | Nil #

[View source]
def metadata : Hash(String, String) | Nil #

[View source]
def name : String | Nil #

[View source]
def object : String | Nil #

[View source]
def tokenization_method : TokenizationMethod | Nil #

[View source]