File

src/app/core/models/payment_mode.ts

Index

Properties

Properties

Optional active
active: boolean
Type : boolean
code
code: string
Type : string
description
description: string
Type : string
id
id: number
Type : number
Optional live_mode
live_mode: boolean
Type : boolean
method_type
method_type: string
Type : string
name
name: string
Type : string
export class PaymentMode {
  id: number;
  name: string;
  description: string;
  method_type: string;
  code: string;
  active?: boolean;
  live_mode?: boolean;
}

results matching ""

    No results matching ""