Package com.ft.mcp.model.request

Types

| AddStampResult | class AddStampResult :Serializable |
| FTMCAddCouponRequest | class FTMCAddCouponRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCAddStampRequest | class FTMCAddStampRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCFindCoupon | class FTMCFindCoupon :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCGetCatalog | class FTMCGetCatalog :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCGetRewardsRequest | class FTMCGetRewardsRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCGetStampCardsRequest | class FTMCGetStampCardsRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCMyCoupon | class FTMCMyCoupon :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRedeemCouponRequest | class FTMCRedeemCouponRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRedeemCoupons | class FTMCRedeemCoupons :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRemoveCouponRequest | class FTMCRemoveCouponRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRemoveStampRequest | class FTMCRemoveStampRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCReportStampRequest | class FTMCReportStampRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCStampRequest | class FTMCStampRequest :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCWallet | class FTMCWallet :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| RemoveStampResult | class RemoveStampResult :Serializable |

Package com.ft.mcp.model.response

Types

| AddCouponResult | class AddCouponResult :Serializable |
| FTMCAddCouponResponse | class FTMCAddCouponResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCCardInstance | class FTMCCardInstance :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCCardInstanceRewards | class FTMCCardInstanceRewards :Serializable
Copyright © 2019 FinTiv. All rights reserved. A Fintiv Mobile Commerce Card Instance Rewards, describe all rewards has been won to a user |
| FTMCCatalogResponse | class FTMCCatalogResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. List of Fintiv Mobile Commerce catalogs available for the user |
| FTMCCoupon | class FTMCCoupon :Serializable
Fintiv Mobile Commerce coupon |
| FTMCFindCouponResponse | class FTMCFindCouponResponse :Serializable
Fintiv Mobile Commerce search coupon |
| FTMCMerchant | class FTMCMerchant :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCPerson | class FTMCPerson :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCPersonToken | class FTMCPersonToken :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRemoveCouponResponse | class FTMCRemoveCouponResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCReward | class FTMCReward :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCRewardInstance | class FTMCRewardInstance :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCServiceCatalogResponse | class FTMCServiceCatalogResponse :Serializable|
| FTMCStamp | class FTMCStamp :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCStampCard | class FTMCStampCard :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCStampCardInstance | class FTMCStampCardInstance :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCStampCardResponse | class FTMCStampCardResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMCStampResponse | class FTMCStampResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| FTMRewardsResponse | class FTMRewardsResponse :Serializable
Copyright © 2019 FinTiv. All rights reserved. |
| RemoveCouponResult | class RemoveCouponResult :Serializable |

AddStampResult

class AddStampResult :Serializable

Constructors

|<init> | AddStampResult(code:Int, message:String?) |

Properties

| code | var code:Int |
| message | var message:String? |

FTMCAddCouponRequest

class FTMCAddCouponRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCAddCouponRequest(couponIdList:List<String>)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| couponIdList | var couponIdList:List<String>
List of id coupons |

FTMCAddStampRequest

class FTMCAddStampRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCAddStampRequest(stampCardId:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| stampCardId | var stampCardId:String
stamp card id to add to user |

FTMCFindCoupon

class FTMCFindCoupon :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCFindCoupon(maxResults:Int= 20, skipRows:Int= 0)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| maxResults | var maxResults:Int
max result to fetch |
| skipRows | var skipRows:Int
skip rows |

FTMCGetCatalog

class FTMCGetCatalog :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCGetCatalog()
Copyright © 2019 FinTiv. All rights reserved. |

FTMCGetRewardsRequest

class FTMCGetRewardsRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCGetRewardsRequest(cardInstanceId:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| cardInstanceId | var cardInstanceId:String
card instance identifier to fetch rewards |

FTMCGetStampCardsRequest

class FTMCGetStampCardsRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCGetStampCardsRequest()
Copyright © 2019 FinTiv. All rights reserved. |

FTMCMyCoupon

class FTMCMyCoupon :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCMyCoupon()
Copyright © 2019 FinTiv. All rights reserved. |

FTMCRedeemCouponRequest

class FTMCRedeemCouponRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCRedeemCouponRequest(redeemCouponList:List<FTMCRedeemCoupons>)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| redeemCouponList | var redeemCouponList:List<FTMCRedeemCoupons> |

FTMCRedeemCoupons

class FTMCRedeemCoupons :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCRedeemCoupons(couponId:String, couponInstanceId:String, redeemDtim:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| couponId | var couponId:String
coupon id |
| couponInstanceId | var couponInstanceId:String
coupon instance id |
| redeemDtim | var redeemDtim:String
Date the coupon redeem is going to update |

FTMCRemoveCouponRequest

class FTMCRemoveCouponRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | FTMCRemoveCouponRequest(couponInstanceIdList:List<String>)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| couponInstanceIdList | var couponInstanceIdList:List<String>
List of coupon instance id to be removed |

FTMCRemoveStampRequest

class FTMCRemoveStampRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCRemoveStampRequest(cardInstanceId:String?)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| cardInstanceId | var cardInstanceId:String?
card instance id to be removed |

FTMCReportStampRequest

class FTMCReportStampRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCReportStampRequest(cardInstanceId:String, stampValue:String, eventType:String, rewardInstanceId:String? = null)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| cardInstanceId | var cardInstanceId:String
card instance identifier |
| eventType | var eventType:String |
| rewardInstanceId | var rewardInstanceId:String?
reward instance identifier |
| stampValue | var stampValue:String
stamp value |

FTMCStampRequest

class FTMCStampRequest :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCStampRequest(stampCardId:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| stampCardId | var stampCardId:String
stamp card identifier to fetch |

FTMCWallet

class FTMCWallet :Serializable

Copyright © 2019 FinTiv. All rights reserved.

Constructors

|<init> | FTMCWallet(walletId:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| walletId | var walletId:String
wallet identifier |

RemoveStampResult

class RemoveStampResult :Serializable

Constructors

|<init> | RemoveStampResult(code:Int, message:String?) |

Properties

| code | var code:Int |
| message | var message:String? |