Link Search Menu Expand Document

Constructor: inputPaymentCredentialsSaved

Back to constructors index

Saved payment credentials

Attributes:

NameTypeRequiredDescription
idstringYesCredential ID
tmp_passwordbytesYesTemporary password

Type: InputPaymentCredentials

Example:

$inputPaymentCredentialsSaved = ['_' => 'inputPaymentCredentialsSaved', 'id' => 'string', 'tmp_password' => 'bytes'];