mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-08 11:50:38 +00:00
163 - Total Charges for a Specific Account
This commit is contained in:
@@ -20,4 +20,9 @@ class Charge
|
||||
{
|
||||
return $this->data['card_last_four'];
|
||||
}
|
||||
|
||||
public function destination()
|
||||
{
|
||||
return $this->data['destination'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user