react-native-unit-components
Version:
Unit React Native components
13 lines • 478 B
TypeScript
export type UNCreditAccountRepaymentInformation = {
type: 'creditAccountRepaymentInformation';
attributes: UNCreditAccountRepaymentInformationAttributes;
};
export interface UNCreditAccountRepaymentInformationAttributes {
initiatedRepayments: number;
remainingAmountDue: number;
remainingAmountOverdue: number;
statementPeriodStart: string;
statementPeriodEnd: string;
nextRepaymentDueDate: string;
}
//# sourceMappingURL=repayment.types.d.ts.map