class Stripe::List(T)

Included Modules

Defined in:

stripe/objects/core/list.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def data : Array(T) #

def each(&) #
Description copied from module Enumerable(T)

Must yield this collection's elements to the block.


def has_more : Bool #

def total_count : Int32 | Nil #

def url : String #