File

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

Index

Properties

Properties

Amount
Amount: number
Type : number
GridDisplayName
GridDisplayName: string
Type : string
MaskedDisplayAccount
MaskedDisplayAccount: string
Type : string
Memo
Memo: string
Type : string
Template
Template: Template
Type : Template
TemplateId
TemplateId: string
Type : string
import { Template } from './';

export class P2PPaymentModel {
  Template: Template;
  GridDisplayName: string;
  MaskedDisplayAccount: string;
  TemplateId: string;
  Amount: number;
  Memo: string;
}

results matching ""

    No results matching ""