feat add type payment flow account
This commit is contained in:
parent
75e36663c2
commit
7a591de6f3
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ export type InvoicePayload = {
|
||||||
installmentNo?: number[];
|
installmentNo?: number[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type PaymentFlowAccount = {
|
||||||
|
status: boolean;
|
||||||
|
message: string;
|
||||||
|
code: number;
|
||||||
|
data: { link: string };
|
||||||
|
};
|
||||||
|
|
||||||
export type Payment = {
|
export type Payment = {
|
||||||
code?: string;
|
code?: string;
|
||||||
paymentStatus: string;
|
paymentStatus: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue