File

src/app/_interfaces/trafics/paiement/paiement.ts

Index

Properties

Properties

amount
amount: number
Type : number
cancel_url
cancel_url: string
Type : string
currency
currency: string
Type : string
description
description: string
Type : string
id
id: number
Type : number
lang
lang: string
Type : string
merchant_key
merchant_key: string
Type : string
message
message: string
Type : string
notif_token
notif_token: string
Type : string
notif_url
notif_url: string
Type : string
order_id
order_id: string
Type : string
pay_token
pay_token: string
Type : string
payment_url
payment_url: string
Type : string
reference
reference: string
Type : string
return_url
return_url: string
Type : string
status
status: string
Type : string
export interface IPaiement {
    id: number;
    merchant_key: string;
    currency: string;
    order_id: string;
    amount: number;
    return_url: string;
    cancel_url: string;
    notif_url: string;
    lang: string;
    reference: string;
    status: string;
    message: string;
    pay_token: string;
    payment_url: string;
    notif_token: string;
    description: string;

}

results matching ""

    No results matching ""