class Stripe::BillingPortal::Session

Overview

https://stripe.com/docs/api/customer_portal/create

Included Modules

Defined in:

stripe/methods/core/billing_portal/sessions/create_session.cr
stripe/objects/core/billing_portal/session.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

Class Method Detail

def self.create(customer : String | Stripe::Customer, return_url : String | Nil = nil, expand : Array(String) | Nil = nil, configuration : String | Nil = nil) : Stripe::BillingPortal::Session #

Instance Method Detail

def created : Time | Nil #

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

def id : String #

def livemode : Bool | Nil #

def object : String | Nil #

def return_url : String #

def url : String | Nil #