src/app/models/message-content.model.ts
Properties |
| customerId |
Type : string
|
|
Defined in src/app/models/message-content.model.ts:2
|
| hash |
Type : string
|
|
Defined in src/app/models/message-content.model.ts:4
|
| paymentId |
Type : string
|
|
Defined in src/app/models/message-content.model.ts:3
|
export class MessageContent {
customerId: string;
paymentId: string;
hash: string;
}