class Braintree::Models::PageInfo

Included Modules

Defined in:

models/page_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def end_cursor : String #

[View source]
def end_cursor=(end_cursor : String) #

[View source]
def has_next_page : Bool #

[View source]
def has_next_page=(has_next_page : Bool) #

[View source]
def start_cursor : String #

[View source]
def start_cursor=(start_cursor : String) #

[View source]