Link Search Menu Expand Document

Constructor: payments.paymentFormStarGift

Back to constructors index

Represents a payment form for a gift, see here » for more info.

Attributes:

NameTypeRequiredDescription
form_idlongYesForm ID.
invoiceInvoiceYesInvoice

Type: payments.PaymentForm

Example:

$payments_paymentFormStarGift = ['_' => 'payments.paymentFormStarGift', 'form_id' => long, 'invoice' => Invoice];