163 - Total Charges for a Specific Account

This commit is contained in:
Adam Wathan
2018-01-29 13:13:29 -05:00
parent 54a8159a1d
commit 0db962d04c
6 changed files with 37 additions and 5 deletions

View File

@@ -20,4 +20,9 @@ class Charge
{
return $this->data['card_last_four'];
}
public function destination()
{
return $this->data['destination'];
}
}