UNPKG

thunderpix

Version:

Biblioteca javascript de padronização de gateways de pagamentos PIX

48 lines (43 loc) 1.04 kB
interface PixGeneratingPixBillingInterface { valueCents: number; pixkey: string; description: string; name: string; city: string; expires: number; callbackUrl: string; returnUrl: string; document: string; email: string, phone: string, lastName: string } interface PixGenerateProviderWidthdraw { initiationType: 'dict' | 'manual'; idempotentId: string; valueCents: number; receiverName: string; receiverDocument: string; pixKeyType?: string; pixKey?: string; bankIspb?: string; agency?: string; account?: string; accountType?: string; authorized: boolean; } interface PixlistingPixBilling { page: number | null; registrationDateStart: string | null; registrationDateEnd: string | null; } interface searchPixBilling { reference: string; } interface listProviderWidthdraw { page: number; registrationDateStart?: string; registrationDateEnd?: string; paymentStartDate?: string; paymentEndDate?: string; }