..
This commit is contained in:
@@ -153,12 +153,10 @@ export interface BillingListProps {
|
||||
export interface AllTransactionListItem {
|
||||
tid?: string;
|
||||
mid?: string;
|
||||
stateDate?: string;
|
||||
stateCode?: string;
|
||||
stateName?: string;
|
||||
transactionDateTime?: string;
|
||||
statusCode?: string;
|
||||
installmentMonth?: string;
|
||||
serviceCode?: string;
|
||||
serviceName?: string;
|
||||
serviceDetailName?: string;
|
||||
goodsAmount?: number;
|
||||
};
|
||||
@@ -221,8 +219,8 @@ export interface AllTransactionListSummaryParams extends AllTransactionListParam
|
||||
}
|
||||
|
||||
export interface AllTransactionListSummaryResponse {
|
||||
totalTransactionCount: number;
|
||||
totalTransactionAmount: number;
|
||||
totalCount: number;
|
||||
totalAmount: number;
|
||||
};
|
||||
export interface AllTransactionListParams {
|
||||
moid?: string;
|
||||
|
||||
Reference in New Issue
Block a user