Raw.payments.GetPaymentForm

Raw.payments.GetPaymentForm

Get a payment form

payments.getPaymentForm#37148dbb flags:# invoice:InputInvoice theme_params:flags.0?DataJSON = payments.PaymentForm;
export namespace Raw {
  export namespace payments {
    export class GetPaymentForm {
      constructor(params: { invoice: Raw.TypeInputInvoice; themeParams?: Raw.TypeDataJSON }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x37148dbb

Property

  • invoice : Raw.TypeInputInvoice

    Invoice

  • themeParams : Raw.TypeDataJSON or undefined

    A json object with the following keys, containing color theme information (integers, rgb24) to pass to the payment provider, to apply in eventual verification pages: bgColor - background color textColor - text color hintColor - hint text color linkColor - link color buttonColor - button color buttonTextColor - button text color

Results

Raw.payments.TypePaymentForm