Skip to content

Commit

Permalink
Merge pull request #20 from clearbooks/ADHOC-3035-create-bank-account…
Browse files Browse the repository at this point in the history
…-endpoint

add createBankAccount API method (ADHOC-3035)
  • Loading branch information
peter-horvath authored Jan 25, 2018
2 parents a511a47 + eda0386 commit 80beb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Clearbooks/Soap/1/0.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @method \Clearbooks_Soap_1_0_ResponseStatus voidInvoice( \Clearbooks_Soap_1_0_InvoiceRef $invoice )
* @method \Clearbooks_Soap_1_0_ResponseStatus voidPayment( \Clearbooks_Soap_1_0_RemovePayment $payment )
* @method \Clearbooks_Soap_1_0_CreditResponseStatus writeOff( \Clearbooks_Soap_1_0_CreditQuery $query )
* @method int createBankAccount( \Clearbooks_Soap_1_0_Bank_BankAccount $bankAccount )
*/
class Clearbooks_Soap_1_0 extends \SoapClient
{
Expand Down

0 comments on commit 80beb65

Please sign in to comment.