@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 431 B
TypeScript
export interface PaymentAcceptanceSellerSalesSummary {
currency?: string;
period?: string;
sales_amount?: number;
sales_count?: number;
}
export declare namespace PaymentAcceptanceSellerSalesSummary {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceSellerSalesSummary.d.ts.map