class Stripe::Charge::BillingDetails

Included Modules

Defined in:

stripe/objects/core/charge.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def address : Stripe::Address | Nil #

[View source]
def email : String | Nil #

[View source]
def name : String | Nil #

[View source]
def phone : String | Nil #

[View source]