File

src/app/models/duplicate-info.ts

Index

Properties

Properties

hash
hash: string
Type : string
Optional
key
key: string
Type : string
Optional
paymentId
paymentId: string
Type : string
Optional
export interface DuplicateInfo {
  paymentId?: string;
  key?: string;
  hash?: string;
}

results matching ""

    No results matching ""