Skip to content

Commit

Permalink
Merge pull request #1 from raubin/310/customer-communication-email-addr
Browse files Browse the repository at this point in the history
Create CustomerCommunicationEmailAddr.php
  • Loading branch information
raubin authored Apr 12, 2022
2 parents 8ecf380 + fc015ca commit 61591f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions QuickBooks/IPP/Object/CustomerCommunicationEmailAddr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

QuickBooks_Loader::load('/QuickBooks/IPP/Object.php');

class QuickBooks_IPP_Object_CustomerCommunicationEmailAddr extends QuickBooks_IPP_Object
{

}

0 comments on commit 61591f8

Please sign in to comment.