File

src/app/models/payment-list.model.ts

Index

Properties

Properties

isLoading
isLoading:
Default value : false
payments
payments: Payment[]
Type : Payment[]
import { Payment } from './';

export class PaymentListModel {
  isLoading = false;
  payments: Payment[];
}

results matching ""

    No results matching ""