Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaymentRequestedInfo

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { name?: string; phone?: string; email?: string; shippingAddress?: PostAddress }

Type declaration

  • Optional name?: string
  • Optional phone?: string
  • Optional email?: string
  • Optional shippingAddress?: PostAddress
CONSTRUCTOR_ID: 2426158996
SUBCLASS_OF_ID: 2377134406
classType: "constructor"
className: "PaymentRequestedInfo"
name?: string
phone?: string
email?: string
shippingAddress?: PostAddress

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { name?: string; phone?: string; email?: string; shippingAddress?: PostAddress }

Constructors

Generated using TypeDoc