class Payee

Included Modules

Defined in:

ynab/models/payee.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def deleted : Bool #

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

[View source]
def id : UUID #

[View source]
def id=(id : UUID) #

[View source]
def name : String #

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

[View source]
def transfer_account_id : UUID | Nil #

[View source]
def transfer_account_id=(transfer_account_id : UUID | Nil) #

[View source]