UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 197 B
export declare class OrderPaymentPixEntity { imageBase64: string; paymentLink: string; pixKey: string; urlQrImage: string; constructor(data?: Partial<OrderPaymentPixEntity>); }