UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 278 B
import { Price } from '../order/Price'; /** Credit balance applied on an Order */ export interface CreditBalance { /** Amount applied from the balance */ amount: Price; /** Credit balance name */ balanceName: string; } //# sourceMappingURL=CreditBalance.d.ts.map