Raw.PaymentRequestedInfo

Raw.PaymentRequestedInfo

Order info provided by the user

paymentRequestedInfo#909c3f94 flags:# name:flags.0?string phone:flags.1?string email:flags.2?string shipping_address:flags.3?PostAddress = PaymentRequestedInfo;
export namespace Raw {
  export class PaymentRequestedInfo {
    constructor(params: {
      name?: string;
      phone?: string;
      email?: string;
      shippingAddress?: Raw.TypePostAddress;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x909c3f94

Property