export declare class BillingHubspotPaymentLog { id: number; owner: string | null; amountPaid: number | null; bankOfIssuer: string | null; billingAddress: string | null; billingAddressCity: string | null; billingAddressCountry: string | null; billingAddressLine1: string | null; billingAddressLine2: string | null; billingAddressState: string | null; billingAddressZip: string | null; createdByUserId: string | null; currencyCode: string | null; customer: string | null; grossAmount: number | null; lastFourDigits: string | null; lineItemDiscountAmount: number | null; netAmount: number | null; objectCreateDateTime: Date | null; objectId: string | null; objectLastModifiedDateTime: Date | null; orderDiscountAmount: number | null; orderDiscountCode: string | null; orderDiscountPercentage: number; ownerAssignedDateTime: Date | null; paymentDateTime: Date | null; paymentId: string | null; paymentMethod: string | null; paymentSourceName: string | null; paymentType: string | null; processingFees: number | null; refunded: number | null; shippingAddress: string | null; shippingAddressCity: string | null; shippingAddressCountry: string | null; shippingAddressLine1: string | null; shippingAddressLine2: string | null; shippingAddressState: string | null; shippingAddressZip: string | null; source: string | null; sourceId: string | null; sourceUrl: string | null; status: string | null; statusUpdatedOn: Date | null; totalDiscountAmount: number | null; totalFees: number | null; totalTaxes: number | null; updatedByUserId: string | null; }