Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageActionPaymentSentMe

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { recurringInit?: boolean; recurringUsed?: boolean; currency: string; totalAmount: BigInteger; payload: Buffer; info?: PaymentRequestedInfo; shippingOptionId?: string; charge: PaymentCharge }

Type declaration

  • Optional recurringInit?: boolean
  • Optional recurringUsed?: boolean
  • currency: string
  • totalAmount: BigInteger
  • payload: Buffer
  • Optional info?: PaymentRequestedInfo
  • Optional shippingOptionId?: string
  • charge: PaymentCharge
CONSTRUCTOR_ID: 2402399015
SUBCLASS_OF_ID: 2256589094
classType: "constructor"
className: "MessageActionPaymentSentMe"
recurringInit?: boolean
recurringUsed?: boolean
currency: string
totalAmount: BigInteger
payload: Buffer
shippingOptionId?: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { recurringInit?: boolean; recurringUsed?: boolean; currency: string; totalAmount: BigInteger; payload: Buffer; info?: PaymentRequestedInfo; shippingOptionId?: string; charge: PaymentCharge }

Constructors

Generated using TypeDoc