NAME

WWW::YNAB::CategoryGroup - CategoryGroup model object

VERSION

version 0.02

SYNOPSIS

use WWW::YNAB;

my $ynab = WWW::YNAB->new(...);
my @budgets = $ynab->budgets;
my @category_groups = $budgets[0]->category_groups

OVERVIEW

See https://api.youneedabudget.com/v1#/Categories for more information.

METHODS

id

name

hidden

deleted

categories

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