Sha256: 83fad5b589e70b70ebc6a61cca6023831059873af4ab066960c74b6bea24d1da
Contents?: true
Size: 1.55 KB
Versions: 6
Compression:
Stored size: 1.55 KB
Contents
<html> <head> <title>eTapestry API Help</title> <link rel='StyleSheet' href='main.css' type='text/css'> <script src='SortTable.js'></script> </head> <body> <div class='methodName'><img src='images/etap.gif'/> addPayment Method</div> <table class='reportTable'> <tr class='reportTableHeader'> <td width='20%'>Order</td> <td width='40%'>Name</td> <td>Type</td> </tr> <tr class='reportTableRow'> <td>Return</td> <td>transactionRef</td> <td>string</td> </tr> <tr class='reportTableRowAlt'> <td>Input 1</td> <td>payment</td> <td><a href='ct_Payment.html'>Payment</a></td> </tr> <tr class='reportTableRow'> <td>Input 2</td> <td>createFieldAndValues</td> <td>boolean</td> </tr> </table><br> <div class='specialComments'>Comments</div> <table class='specialCommentTable'> <tr> <td>1)</td> <td>This method will add a new payment transaction to an existing account.</td> </tr> <tr> <td>2)</td> <td>A soap fault will occur if the parameter payment is empty or invalid. Review <a href='ct_Payment.html'>Payment</a> to help avoid a soap fault.</td> </tr> <tr> <td>3)</td> <td>If the parameter createFieldAndValues is true, the following items will be created if they aren't located: fund, campaign, approach, letter, and all <a href='ct_DefinedValue.html'>DefinedValue</a> fields and values. When this parameter is set to true, don't forget to set each <a href='ct_DefinedValue.html'>DefinedValue</a> dataType and displayType to appropriate values.</td> </tr> </table> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems