@chevre/domain
Version:
Chevre Domain Library for Node.js
55 lines (54 loc) • 1.24 kB
TypeScript
import * as factory from '../factory';
export declare function createPointAwardIdentifier(params: {
project: {
id: string;
};
purpose: {
orderNumber: string;
};
toLocation: {
identifier: string;
};
}): string;
export declare function createPointAwardPurposeIdentifier4reservation(params: {
assetTransaction: {
typeOf: factory.assetTransactionType;
};
project: {
id: string;
};
reservation: {
id: string;
};
toLocation: {
identifier: string;
};
}): string;
export declare function createReturnPointAwardIdentifier(params: {
project: {
id: string;
};
accountTransaction4givePointAward: {
transactionNumber: string;
};
}): string;
export declare function createPayIdentifier(params: {
project: {
id: string;
};
paymentMethodId: string;
}): string;
export declare function createRefundIdentifier(params: {
project: {
id: string;
};
paymentMethodId: string;
}): string;
export declare function createReturnMoneyTransferIdentifier(params: {
project: {
id: string;
};
depositTransaction: {
transactionNumber: string;
};
}): string;