Raw.PaymentFormMethod

Raw.PaymentFormMethod

Represents an additional payment method

paymentFormMethod#88f8f21b url:string title:string = PaymentFormMethod;
export namespace Raw {
  export class PaymentFormMethod {
    constructor(params: { url: string; title: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x88f8f21b

Property

  • url : string

    Url to open in a webview to process the payment

  • title : string

    Payment method description