react-native-unit-components
Version:
Unit React Native components
12 lines • 413 B
TypeScript
export type UNRepaymentData = UNCreditAccountRepaymentData;
export type UNCreditAccountRepaymentData = {
type: 'creditAccountRepaymentInformation';
attributes: {
remainingAmountDue: number;
remainingAmountOverdue: number;
statementPeriodStart: string;
statementPeriodEnd: string;
nextRepaymentDueDate: string;
};
};
//# sourceMappingURL=repayment.types.d.ts.map