File

src/app/core/models/payment.ts

Index

Properties

Properties

amount
amount: Price
Type : Price
id
id: string
Type : string
payment_method_id
payment_method_id: string
Type : string
slug
slug: string
Type : string
import { Price } from './price';

export class Payment {
  id: string;
  amount: Price;
  payment_method_id: string;
  slug: string;
}

results matching ""

    No results matching ""