class Stripe::Customer::TaxID

Included Modules

Defined in:

stripe/objects/core/customer/tax_id.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def country : String #

[View source]
def created : Time #

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

[View source]
def id : String #

[View source]
def type : String #

[View source]
def value : String #

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

[View source]