@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
17 lines • 384 B
TypeScript
import { Price } from '../order/Price';
/** Information about a Withdrawal entry */
export interface WithdrawalDetail {
/** */
description: string;
/** */
domain: string;
/** */
quantity: string;
/** */
totalPrice: Price;
/** */
unitPrice: Price;
/** */
withdrawalDetailId: string;
}
//# sourceMappingURL=WithdrawalDetail.d.ts.map