Project

General

Profile

Actions

Specification

Programming Guide

Jar version

version Description
1.5 Init

Jar File Download

Jar
Lib
Properties

properties file

  • service.properties
  1. json.url -
  2. json.key -
  3. connection.timeout -
  4. connection.read.timeout -

Methods

Common Instance

com.cosway.gift.service.GiftCardService service = new com.cosway.gift.service.GiftCardService();

checkGiftCard (GiftCardGet)

com.cosway.gift.bean.response.GiftCardCheckResponseBean resultBean = service.checkGiftCard(GiftCardCheckBean bean)
  • com.cosway.gift.bean.request.GiftCardCheckBean
  • countryId -
  • centerId - com.cosway.gift.constant.CommonConstant.CENTER_ID_ONLINE
  • giftCardList - List<GiftCardBean>
  • cardSerialNo -
  • pinCode -
  • com.cosway.gift.bean.response.GiftCardCheckResponseBean
  • errorCode -
  • errorMsg -
  • totalRecord -
  • giftCardList - List<GiftCardDetail>
  • errorCode -
  • errorMsg -
  • serialNo -
  • startDate - with pinCode only
  • expiryDate -
  • value - with pinCode only
  • memberId -

utilizeGiftCard (GiftCardUtilize)

com.cosway.gift.bean.response.GiftCardCheckResponseBean resultBean = service.utilizeGiftCard(GiftCardTransactionBean bean)
  • *com.cosway.gift.bean.request.GiftCardTransactionBean *
  • transactionId -
  • orderId -
  • orderDate - Date
  • amount - double
  • countryId -
  • centerId - com.cosway.gift.constant.CommonConstant.CENTER_ID_ONLINE
  • giftCardList - List<GiftCardBean>
  • cardSerialNo -
  • pinCode -
  • com.cosway.gift.bean.response.GiftCardCheckResponseBean
  • errorCode -
  • errorMsg -
  • totalRecord -
  • giftCardList - List<GiftCardDetail>
  • errorCode -
  • errorMsg -
  • serialNo -

lockGiftCard (GiftCardLock) / unlockGiftCard (GiftCardUnlock)

com.cosway.gift.bean.response.GiftCardCheckResponseBean resultBean = service.lockGiftCard(GiftCardTransactionBean bean)
com.cosway.gift.bean.response.GiftCardCheckResponseBean resultBean = service.unlockGiftCard(GiftCardTransactionBean bean) 
  • *com.cosway.gift.bean.request.GiftCardTransactionBean *
  • transactionId -
  • countryId -
  • centerId - com.cosway.gift.constant.CommonConstant.CENTER_ID_ONLINE
  • giftCardList - List<GiftCardBean>
  • cardSerialNo -
  • pinCode -
  • com.cosway.gift.bean.response.GiftCardCheckResponseBean
  • errorCode -
  • errorMsg -
  • totalRecord -
  • giftCardList - List<GiftCardDetail>
  • errorCode -
  • errorMsg -
  • serialNo -
  • startDate -
  • expiryDate -
  • value -
  • memberId -

Updated by Soh Keong over 3 years ago ยท 4 revisions