export interface ShoppingCardValidationModel { refNo: string; amount: string; remark: string; merchantIndirectUrl: string; errorIndirectUrl: string; contractKey: string; }