export interface SearchVoucherRequest { partyId: String; voucherCodes: [String]; voucherCode: String; voucherType: String; campaignId: String; campaignActionId: String; customerId: String; campaignActionType: String; isBirthday: Boolean; isPageAble: Boolean; pageNumber: number; pageSize: number; }