update brizzi
This commit is contained in:
23
src/types/brilink.ts
Normal file
23
src/types/brilink.ts
Normal file
@ -0,0 +1,23 @@
|
||||
export enum BrilinkMerchantStatus {
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
};
|
||||
|
||||
export enum BrilinkTerminalType {
|
||||
"edc" = "edc",
|
||||
};
|
||||
|
||||
export enum BrilinkTerminalCondition {
|
||||
"new" = "new",
|
||||
"good" = "good",
|
||||
"minor_damage" = "minor_damage",
|
||||
"damaged" = "damaged",
|
||||
"unusabel" = "unusable",
|
||||
"disposed" = "disposed",
|
||||
"lost" = "lost",
|
||||
};
|
||||
|
||||
export enum BrilinkTerminalOnline {
|
||||
"online" = "online",
|
||||
"offline" = "offline"
|
||||
}
|
||||
Reference in New Issue
Block a user