Sid Gifari File Manager
๐ Root
/
home2
/
meumer25
/
painelrioalimentos.meumercado.app
/
vendor
/
mercadopago
/
dx-php
/
docs
/
classes
/
Editing: MercadoPago.Payment.html
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title> SDK Mercado Pago » \MercadoPago\Payment </title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script> <script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script> <script src="../js/bootstrap.js" type="text/javascript"></script> <script src="../js/template.js" type="text/javascript"></script> <script src="../js/prettify/prettify.min.js" type="text/javascript"></script> <link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="../index.html">SDK Mercado Pago</a> <div class="nav-collapse"> <ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a>Namespaces</a></li> <li><a href="../namespaces/MercadoPago.html">MercadoPago</a></li> Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/victorlima/gitrepo/sdk/dx-php/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graph_class.html"> <i class="icon-list-alt"></i> Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../errors.html"> <i class="icon-list-alt"></i> Errors </a> </li> <li> <a href="../markers.html"> <i class="icon-list-alt"></i> Markers </a> </li> <li> <a href="../deprecated.html"> <i class="icon-list-alt"></i> Deprecated </a> </li> </ul> </li> </ul> </div> </div> </div> <div class="go_to_top"> <a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a> </div> </div> <div id="___" class="container"> <noscript> <div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div> </noscript> <style> .deprecated h2 { text-decoration: line-through; } </style> <div class="row"> <div class="span4"> <div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button> <button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> <div class="btn-group visibility" data-toggle="buttons-checkbox"> <button class="btn public active" title="Show public elements">Public</button> <button class="btn protected" title="Show protected elements">Protected</button> <button class="btn private" title="Show private elements">Private</button> <button class="btn inherited active" title="Show inherited elements">Inherited</button> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i class="icon-custom icon-method"></i> Methods <ul> <li class="method public"> <a href="#method_capture" title="capture :: capture"> <span class="description">capture</span><pre>capture</pre> </a> </li> <li class="method public"> <a href="#method_refund" title="refund :: refund"> <span class="description">refund</span><pre>refund</pre> </a> </li> </ul> </li> <li class="nav-header protected">ยป Protected <ul> </ul> </li> <li class="nav-header private">ยป Private <ul> </ul> </li> <li class="nav-header"> <i class="icon-custom icon-constant"></i> Constants <ul> </ul> </li> </ul> </div> <div class="span8"> <div class="element class"> <h1>Payment</h1> <small style="display: block; text-align: right"> Extends \MercadoPago\Entity </small> <p class="short_description">This class provides the methods to access the API that will allow you to create your own payment experience on your website.</p> <div class="details"> <div class="long_description"> <p>From basic to advanced configurations, you control the whole experience.</p> </div> <table class="table table-bordered"> <tr> <th> link </th> <td> <p>Click here for more infos</p> </td> </tr> <tr> <th> RestMethod </th> <td> <p>(resource="/v1/payments", method="create")</p> </td> </tr> <tr> <th> RestMethod </th> <td> <p>(resource="/v1/payments/:id", method="read")</p> </td> </tr> <tr> <th> RestMethod </th> <td> <p>(resource="/v1/payments/search", method="search")</p> </td> </tr> <tr> <th> RestMethod </th> <td> <p>(resource="/v1/payments/:id", method="update")</p> </td> </tr> <tr> <th> RestMethod </th> <td> <p>(resource="/v1/payments/:id/refunds", method="refund")</p> </td> </tr> <tr> <th> package </th> <td> <p>Default</p> </td> </tr> </table> <h3><i class="icon-custom icon-method"></i> Methods</h3> <a id="method_capture"></a> <div class="element clickable method public method_capture" data-toggle="collapse" data-target=".method_capture .collapse"> <h2>capture</h2> <pre>capture(integer $amount) : \MercadoPago\Payment</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th>Throws</th> <td> <dl> <dt>\Exception</dt> <dd></dd> </dl> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$amount</h4> <code>integer</code><p></p> </div> <h3>Response</h3> <code><a href="../classes/MercadoPago.Payment.html">\MercadoPago\Payment</a></code><p></p> </div> </div> </div> <a id="method_refund"></a> <div class="element clickable method public method_refund" data-toggle="collapse" data-target=".method_refund .collapse"> <h2>refund</h2> <pre>refund(integer $amount) : boolean</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th>Throws</th> <td> <dl> <dt>\Exception</dt> <dd></dd> </dl> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$amount</h4> <code>integer</code><p></p> </div> <h3>Response</h3> <code>boolean</code><p></p> </div> </div> </div> <h3><i class="icon-custom icon-property"></i> Properties</h3> <a id="property_id"> </a> <div class="element clickable property protected property_id" data-toggle="collapse" data-target=".property_id .collapse"> <h2>id</h2> <pre>id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(primaryKey = true)</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_acquirer"> </a> <div class="element clickable property protected property_acquirer" data-toggle="collapse" data-target=".property_acquirer .collapse"> <h2>acquirer</h2> <pre>acquirer : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_acquirer_reconciliation"> </a> <div class="element clickable property protected property_acquirer_reconciliation" data-toggle="collapse" data-target=".property_acquirer_reconciliation .collapse"> <h2>acquirer_reconciliation</h2> <pre>acquirer_reconciliation : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_site_id"> </a> <div class="element clickable property protected property_site_id" data-toggle="collapse" data-target=".property_site_id .collapse"> <h2>site_id</h2> <pre>site_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(idempotency = true)</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_sponsor_id"> </a> <div class="element clickable property protected property_sponsor_id" data-toggle="collapse" data-target=".property_sponsor_id .collapse"> <h2>sponsor_id</h2> <pre>sponsor_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_operation_type"> </a> <div class="element clickable property protected property_operation_type" data-toggle="collapse" data-target=".property_operation_type .collapse"> <h2>operation_type</h2> <pre>operation_type : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_order_id"> </a> <div class="element clickable property protected property_order_id" data-toggle="collapse" data-target=".property_order_id .collapse"> <h2>order_id</h2> <pre>order_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(idempotency = true)</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_order"> </a> <div class="element clickable property protected property_order" data-toggle="collapse" data-target=".property_order .collapse"> <h2>order</h2> <pre>order : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_binary_mode"> </a> <div class="element clickable property protected property_binary_mode" data-toggle="collapse" data-target=".property_binary_mode .collapse"> <h2>binary_mode</h2> <pre>binary_mode : boolean</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>boolean</code> </div> </div> </div> <a id="property_external_reference"> </a> <div class="element clickable property protected property_external_reference" data-toggle="collapse" data-target=".property_external_reference .collapse"> <h2>external_reference</h2> <pre>external_reference : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_status"> </a> <div class="element clickable property protected property_status" data-toggle="collapse" data-target=".property_status .collapse"> <h2>status</h2> <pre>status : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_status_detail"> </a> <div class="element clickable property protected property_status_detail" data-toggle="collapse" data-target=".property_status_detail .collapse"> <h2>status_detail</h2> <pre>status_detail : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_store_id"> </a> <div class="element clickable property protected property_store_id" data-toggle="collapse" data-target=".property_store_id .collapse"> <h2>store_id</h2> <pre>store_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_taxes_amount"> </a> <div class="element clickable property protected property_taxes_amount" data-toggle="collapse" data-target=".property_taxes_amount .collapse"> <h2>taxes_amount</h2> <pre>taxes_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_payment_type"> </a> <div class="element clickable property protected property_payment_type" data-toggle="collapse" data-target=".property_payment_type .collapse"> <h2>payment_type</h2> <pre>payment_type : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "string")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_date_created"> </a> <div class="element clickable property protected property_date_created" data-toggle="collapse" data-target=".property_date_created .collapse"> <h2>date_created</h2> <pre>date_created : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_last_modified"> </a> <div class="element clickable property protected property_last_modified" data-toggle="collapse" data-target=".property_last_modified .collapse"> <h2>last_modified</h2> <pre>last_modified : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_live_mode"> </a> <div class="element clickable property protected property_live_mode" data-toggle="collapse" data-target=".property_live_mode .collapse"> <h2>live_mode</h2> <pre>live_mode : boolean</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>boolean</code> </div> </div> </div> <a id="property_date_last_updated"> </a> <div class="element clickable property protected property_date_last_updated" data-toggle="collapse" data-target=".property_date_last_updated .collapse"> <h2>date_last_update</h2> <pre>date_last_updated : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_date_of_expiration"> </a> <div class="element clickable property protected property_date_of_expiration" data-toggle="collapse" data-target=".property_date_of_expiration .collapse"> <h2>date_of_expiration</h2> <pre>date_of_expiration : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_deduction_schema"> </a> <div class="element clickable property protected property_deduction_schema" data-toggle="collapse" data-target=".property_deduction_schema .collapse"> <h2>deduction_schema</h2> <pre>deduction_schema : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_date_approved"> </a> <div class="element clickable property protected property_date_approved" data-toggle="collapse" data-target=".property_date_approved .collapse"> <h2>date_approved</h2> <pre>date_approved : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_money_release_date"> </a> <div class="element clickable property protected property_money_release_date" data-toggle="collapse" data-target=".property_money_release_date .collapse"> <h2>money_release_date</h2> <pre>money_release_date : \DateTime</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>\DateTime</code> </div> </div> </div> <a id="property_money_release_schema"> </a> <div class="element clickable property protected property_money_release_schema" data-toggle="collapse" data-target=".property_money_release_schema .collapse"> <h2>money_release_schema</h2> <pre>money_release_schema : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_currency_id"> </a> <div class="element clickable property protected property_currency_id" data-toggle="collapse" data-target=".property_currency_id .collapse"> <h2>currency_id</h2> <pre>currency_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_transaction_amount"> </a> <div class="element clickable property protected property_transaction_amount" data-toggle="collapse" data-target=".property_transaction_amount .collapse"> <h2>transaction_amount</h2> <pre>transaction_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "float")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_transaction_amount_refunded"> </a> <div class="element clickable property protected property_transaction_amount_refunded" data-toggle="collapse" data-target=".property_transaction_amount_refunded .collapse"> <h2>transaction_amount_refunded</h2> <pre>transaction_amount_refunded : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "float")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_shipping_cost"> </a> <div class="element clickable property protected property_shipping_cost" data-toggle="collapse" data-target=".property_shipping_cost .collapse"> <h2>shipping_cost</h2> <pre>shipping_cost : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_total_paid_amount"> </a> <div class="element clickable property protected property_total_paid_amount" data-toggle="collapse" data-target=".property_total_paid_amount .collapse"> <h2>total_paid_amount</h2> <pre>total_paid_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(idempotency = true)</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_finance_charge"> </a> <div class="element clickable property protected property_finance_charge" data-toggle="collapse" data-target=".property_finance_charge .collapse"> <h2>finance_charge</h2> <pre>finance_charge : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "float")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_net_received_amount"> </a> <div class="element clickable property protected property_net_received_amount" data-toggle="collapse" data-target=".property_net_received_amount .collapse"> <h2>net_received_amount</h2> <pre>net_received_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_marketplace"> </a> <div class="element clickable property protected property_marketplace" data-toggle="collapse" data-target=".property_marketplace .collapse"> <h2>marketplace</h2> <pre>marketplace : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_marketplace_fee"> </a> <div class="element clickable property protected property_marketplace_fee" data-toggle="collapse" data-target=".property_marketplace_fee .collapse"> <h2>marketplace_fee</h2> <pre>marketplace_fee : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "float")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_reason"> </a> <div class="element clickable property protected property_reason" data-toggle="collapse" data-target=".property_reason .collapse"> <h2>reason</h2> <pre>reason : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_payer"> </a> <div class="element clickable property protected property_payer" data-toggle="collapse" data-target=".property_payer .collapse"> <h2>payer</h2> <pre>payer : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_collector"> </a> <div class="element clickable property protected property_collector" data-toggle="collapse" data-target=".property_collector .collapse"> <h2>collector</h2> <pre>collector : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_collector_id"> </a> <div class="element clickable property protected property_collector_id" data-toggle="collapse" data-target=".property_collector_id .collapse"> <h2>collector_id</h2> <pre>collector_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_counter_currency"> </a> <div class="element clickable property protected property_counter_currency" data-toggle="collapse" data-target=".property_counter_currency .collapse"> <h2>counter_currency</h2> <pre>counter_currency : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_payment_method_id"> </a> <div class="element clickable property protected property_payment_method_id" data-toggle="collapse" data-target=".property_payment_method_id .collapse"> <h2>payment_method_id</h2> <pre>payment_method_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_payment_type_id"> </a> <div class="element clickable property protected property_payment_type_id" data-toggle="collapse" data-target=".property_payment_type_id .collapse"> <h2>payment_type_id</h2> <pre>payment_type_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_pos_id"> </a> <div class="element clickable property protected property_pos_id" data-toggle="collapse" data-target=".property_pos_id .collapse"> <h2>pos_id</h2> <pre>pos_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_transaction_details"> </a> <div class="element clickable property protected property_transaction_details" data-toggle="collapse" data-target=".property_transaction_details .collapse"> <h2>transaction_details</h2> <pre>transaction_details : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_fee_details"> </a> <div class="element clickable property protected property_fee_details" data-toggle="collapse" data-target=".property_fee_details .collapse"> <h2>fee_details</h2> <pre>fee_details : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_differential_pricing_id"> </a> <div class="element clickable property protected property_differential_pricing_id" data-toggle="collapse" data-target=".property_differential_pricing_id .collapse"> <h2>differential_pricing_id</h2> <pre>differential_pricing_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_application_fee"> </a> <div class="element clickable property protected property_application_fee" data-toggle="collapse" data-target=".property_application_fee .collapse"> <h2>application_fee</h2> <pre>application_fee : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_authorization_code"> </a> <div class="element clickable property protected property_authorization_code" data-toggle="collapse" data-target=".property_authorization_code .collapse"> <h2>authorization_code</h2> <pre>authorization_code : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_capture"> </a> <div class="element clickable property protected property_capture" data-toggle="collapse" data-target=".property_capture .collapse"> <h2>capture</h2> <pre>capture : boolean</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>boolean</code> </div> </div> </div> <a id="property_captured"> </a> <div class="element clickable property protected property_captured" data-toggle="collapse" data-target=".property_captured .collapse"> <h2>captured</h2> <pre>captured : boolean</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>boolean</code> </div> </div> </div> <a id="property_card"> </a> <div class="element clickable property protected property_card" data-toggle="collapse" data-target=".property_card .collapse"> <h2>card</h2> <pre>card : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_call_for_authorize_id"> </a> <div class="element clickable property protected property_call_for_authorize_id" data-toggle="collapse" data-target=".property_call_for_authorize_id .collapse"> <h2>call_for_authorize_id</h2> <pre>call_for_authorize_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_statement_descriptor"> </a> <div class="element clickable property protected property_statement_descriptor" data-toggle="collapse" data-target=".property_statement_descriptor .collapse"> <h2>statement_descriptor</h2> <pre>statement_descriptor : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_refunds"> </a> <div class="element clickable property protected property_refunds" data-toggle="collapse" data-target=".property_refunds .collapse"> <h2>refunds</h2> <pre>refunds : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_shipping_amount"> </a> <div class="element clickable property protected property_shipping_amount" data-toggle="collapse" data-target=".property_shipping_amount .collapse"> <h2>Shipping_amount</h2> <pre>shipping_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_additional_info"> </a> <div class="element clickable property protected property_additional_info" data-toggle="collapse" data-target=".property_additional_info .collapse"> <h2>additional_info</h2> <pre>additional_info : array</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>array</code> </div> </div> </div> <a id="property_campaign_id"> </a> <div class="element clickable property protected property_campaign_id" data-toggle="collapse" data-target=".property_campaign_id .collapse"> <h2>campaign_id</h2> <pre>campaign_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_coupon_amount"> </a> <div class="element clickable property protected property_coupon_amount" data-toggle="collapse" data-target=".property_coupon_amount .collapse"> <h2>coupon_amount</h2> <pre>coupon_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_installments"> </a> <div class="element clickable property protected property_installments" data-toggle="collapse" data-target=".property_installments .collapse"> <h2>installments</h2> <pre>installments : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "int")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_token"> </a> <div class="element clickable property protected property_token" data-toggle="collapse" data-target=".property_token .collapse"> <h2>token</h2> <pre>token : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_description"> </a> <div class="element clickable property protected property_description" data-toggle="collapse" data-target=".property_description .collapse"> <h2>description</h2> <pre>description : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_notification_url"> </a> <div class="element clickable property protected property_notification_url" data-toggle="collapse" data-target=".property_notification_url .collapse"> <h2>notification_url</h2> <pre>notification_url : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_issuer_id"> </a> <div class="element clickable property protected property_issuer_id" data-toggle="collapse" data-target=".property_issuer_id .collapse"> <h2>issuer_id</h2> <pre>issuer_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_processing_mode"> </a> <div class="element clickable property protected property_processing_mode" data-toggle="collapse" data-target=".property_processing_mode .collapse"> <h2>processing_mode</h2> <pre>processing_mode : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_merchant_account_id"> </a> <div class="element clickable property protected property_merchant_account_id" data-toggle="collapse" data-target=".property_merchant_account_id .collapse"> <h2>merchant_account_id</h2> <pre>merchant_account_id : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_merchant_number"> </a> <div class="element clickable property protected property_merchant_number" data-toggle="collapse" data-target=".property_merchant_number .collapse"> <h2>merchant_number</h2> <pre>merchant_number : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_metadata"> </a> <div class="element clickable property protected property_metadata" data-toggle="collapse" data-target=".property_metadata .collapse"> <h2>metadata</h2> <pre>metadata : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_callback_url"> </a> <div class="element clickable property protected property_callback_url" data-toggle="collapse" data-target=".property_callback_url .collapse"> <h2>callback_url</h2> <pre>callback_url : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_amount_refunded"> </a> <div class="element clickable property protected property_amount_refunded" data-toggle="collapse" data-target=".property_amount_refunded .collapse"> <h2>amount_refunded</h2> <pre>amount_refunded : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> <a id="property_coupon_code"> </a> <div class="element clickable property protected property_coupon_code" data-toggle="collapse" data-target=".property_coupon_code .collapse"> <h2>coupon_code</h2> <pre>coupon_code : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_barcode"> </a> <div class="element clickable property protected property_barcode" data-toggle="collapse" data-target=".property_barcode .collapse"> <h2>barcode</h2> <pre>barcode : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_marketplace_owner"> </a> <div class="element clickable property protected property_marketplace_owner" data-toggle="collapse" data-target=".property_marketplace_owner .collapse"> <h2>marketplace_owner</h2> <pre>marketplace_owner : integer</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>integer</code> </div> </div> </div> <a id="property_integrator_id"> </a> <div class="element clickable property protected property_integrator_id" data-toggle="collapse" data-target=".property_integrator_id .collapse"> <h2>integrator_id</h2> <pre>integrator_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_corporation_id"> </a> <div class="element clickable property protected property_corporation_id" data-toggle="collapse" data-target=".property_corporation_id .collapse"> <h2>corporation_id</h2> <pre>corporation_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_platform_id"> </a> <div class="element clickable property protected property_platform_id" data-toggle="collapse" data-target=".property_platform_id .collapse"> <h2>platform_id</h2> <pre>platform_id : string</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_charges_details"> </a> <div class="element clickable property protected property_charges_details" data-toggle="collapse" data-target=".property_charges_details .collapse"> <h2>charges details</h2> <pre>charges_details : object</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>()</p> </td> </tr> </table> <h3>Type(s)</h3> <code>object</code> </div> </div> </div> <a id="property_taxes"> </a> <div class="element clickable property protected property_taxes" data-toggle="collapse" data-target=".property_taxes .collapse"> <h2>taxes</h2> <pre>taxes : array</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> Attribute </th> <td> <p>(type = "array")</p> </td> </tr> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code>array</code> </div> </div> </div> <a id="property_net_amount"> </a> <div class="element clickable property protected property_net_amount" data-toggle="collapse" data-target=".property_net_amount .collapse"> <h2>net_amount</h2> <pre>net_amount : float</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> <tr> <th> Attribute </th> <td> <p>(type = "float")</p> </td> </tr> </table> <h3>Type(s)</h3> <code>float</code> </div> </div> </div> </div> </div> <a id="\MercadoPago\Payment"></a> <ul class="breadcrumb"> <li><a href="../index.html"><i class="icon-custom icon-class"></i></a></li> <li><span class="divider">\</span><a href="../namespaces/MercadoPago.html">MercadoPago</a></li> <li class="active"><span class="divider">\</span><a href="../classes/MercadoPago.Payment.html">Payment</a></li> </ul> </div> </div> </div> <footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br/> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/> generated on Wed, 30 Dec 2020 18:53:39 +0000.<br/> </footer> </body> </html>
Save
Cancel