<li><ahref="../../../it/ernytech/tdlib/TdApi.PasswordState.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.PaymentReceipt.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>
<divclass="block">True, if the user will be able to save credentials protected by a password they set up.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html"title="class in it.ernytech.tdlib">TdApi.PaymentsProviderStripe</a></code></td>
<divclass="block">Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../it/ernytech/tdlib/TdApi.SavedCredentials.html"title="class in it.ernytech.tdlib">TdApi.SavedCredentials</a></code></td>
<thclass="colConstructorName"scope="row"><code><spanclass="memberNameLink"><ahref="../../../it/ernytech/tdlib/TdApi.PaymentForm.html#%3Cinit%3E(it.ernytech.tdlib.TdApi.Invoice,java.lang.String,it.ernytech.tdlib.TdApi.PaymentsProviderStripe,it.ernytech.tdlib.TdApi.OrderInfo,it.ernytech.tdlib.TdApi.SavedCredentials,boolean,boolean)">PaymentForm</a></span>​(<ahref="../../../it/ernytech/tdlib/TdApi.Invoice.html"title="class in it.ernytech.tdlib">TdApi.Invoice</a> invoice,
java.lang.String url,
<ahref="../../../it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html"title="class in it.ernytech.tdlib">TdApi.PaymentsProviderStripe</a> paymentsProvider,
<ahref="../../../it/ernytech/tdlib/TdApi.OrderInfo.html"title="class in it.ernytech.tdlib">TdApi.OrderInfo</a> savedOrderInfo,
<ahref="../../../it/ernytech/tdlib/TdApi.SavedCredentials.html"title="class in it.ernytech.tdlib">TdApi.SavedCredentials</a> savedCredentials,
boolean canSaveCredentials,
boolean needPassword)</code></th>
<tdclass="colLast">
<divclass="block">Constructor for initialization of all fields.</div>
<h3>Methods inherited from class it.ernytech.tdlib.<ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">TdApi.Object</a></h3>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.Invoice.html"title="class in it.ernytech.tdlib">TdApi.Invoice</a> invoice</pre>
<divclass="block">Full information of the invoice.</div>
</li>
</ul>
<aid="url">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>url</h4>
<pre>public java.lang.String url</pre>
<divclass="block">Payment form URL.</div>
</li>
</ul>
<aid="paymentsProvider">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>paymentsProvider</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html"title="class in it.ernytech.tdlib">TdApi.PaymentsProviderStripe</a> paymentsProvider</pre>
<divclass="block">Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null.</div>
</li>
</ul>
<aid="savedOrderInfo">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>savedOrderInfo</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.OrderInfo.html"title="class in it.ernytech.tdlib">TdApi.OrderInfo</a> savedOrderInfo</pre>
<divclass="block">Saved server-side order information; may be null.</div>
</li>
</ul>
<aid="savedCredentials">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>savedCredentials</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.SavedCredentials.html"title="class in it.ernytech.tdlib">TdApi.SavedCredentials</a> savedCredentials</pre>
<divclass="block">Contains information about saved card credentials; may be null.</div>
</li>
</ul>
<aid="canSaveCredentials">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>canSaveCredentials</h4>
<pre>public boolean canSaveCredentials</pre>
<divclass="block">True, if the user can choose to save credentials.</div>
</li>
</ul>
<aid="needPassword">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>needPassword</h4>
<pre>public boolean needPassword</pre>
<divclass="block">True, if the user will be able to save credentials protected by a password they set up.</div>
<pre>public PaymentForm​(<ahref="../../../it/ernytech/tdlib/TdApi.Invoice.html"title="class in it.ernytech.tdlib">TdApi.Invoice</a> invoice,
java.lang.String url,
<ahref="../../../it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html"title="class in it.ernytech.tdlib">TdApi.PaymentsProviderStripe</a> paymentsProvider,
<ahref="../../../it/ernytech/tdlib/TdApi.OrderInfo.html"title="class in it.ernytech.tdlib">TdApi.OrderInfo</a> savedOrderInfo,
<ahref="../../../it/ernytech/tdlib/TdApi.SavedCredentials.html"title="class in it.ernytech.tdlib">TdApi.SavedCredentials</a> savedCredentials,
boolean canSaveCredentials,
boolean needPassword)</pre>
<divclass="block">Constructor for initialization of all fields.</div>
<dd><code>invoice</code> - Full information of the invoice.</dd>
<dd><code>url</code> - Payment form URL.</dd>
<dd><code>paymentsProvider</code> - Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null.</dd>
<dd><code>savedOrderInfo</code> - Saved server-side order information; may be null.</dd>
<dd><code>savedCredentials</code> - Contains information about saved card credentials; may be null.</dd>
<dd><code>canSaveCredentials</code> - True, if the user can choose to save credentials.</dd>
<dd><code>needPassword</code> - True, if the user will be able to save credentials protected by a password they set up.</dd>
<dd><code><ahref="../../../it/ernytech/tdlib/TdApi.Object.html#getConstructor()">getConstructor</a></code> in class <code><ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">TdApi.Object</a></code></dd>
<li><ahref="../../../it/ernytech/tdlib/TdApi.PasswordState.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.PaymentReceipt.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>