class ScheduledSubTransaction

Overview

TODO merge with SubTransaction

Included Modules

Defined in:

ynab/models/scheduled_sub_transaction.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amount : Int64 #

[View source]
def amount=(amount : Int64) #

[View source]
def category_id : UUID | Nil #

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

[View source]
def deleted : Bool #

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

[View source]
def id : UUID #

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

[View source]
def memo : String | Nil #

[View source]
def memo=(memo : String | Nil) #

[View source]
def payee_id : UUID | Nil #

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

[View source]
def scheduled_transaction_id : UUID #

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

[View source]
def transfer_account_id : UUID | Nil #

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

[View source]