Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
WWW::YNAB::ScheduledSubTransaction - ScheduledSubTransaction model object
VERSION
version 0.02
SYNOPSIS
use WWW::YNAB;
my $ynab = WWW::YNAB->new(...);
my @budgets = $ynab->budgets;
my $scheduled_transaction = $budgets[0]->scheduled_transaction('12345678-1234-1234-1234-1234567890ab');
my @scheduled_sub_transactions = $scheduled_transaction->subtransactions;
OVERVIEW
See https://api.youneedabudget.com/v1#/Scheduled_Transactions for more information.
METHODS
id
scheduled_transaction_id
amount
memo
payee_id
category_id
transfer_account_id
deleted
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License