Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaymentFormMethod

Hierarchy

  • VirtualClass<{ url: string; title: string }>
    • PaymentFormMethod

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { url: string; title: string }

Type declaration

  • url: string
  • title: string
CONSTRUCTOR_ID: 2298016283
SUBCLASS_OF_ID: 1069664278
classType: "constructor"
className: "PaymentFormMethod"
url: string
title: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { url: string; title: string }

Constructors

Generated using TypeDoc