Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 3.8 KB

File metadata and controls

29 lines (25 loc) · 3.8 KB

Acme.App.MastercardApi.Client.Model.ProductConfig

Properties

Name Type Description Notes
BrandLogoAssetId string The MasterCard or Maestro brand logo associated with this card. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. Always returned in Product Configuration object [optional]
IssuerLogoAssetId string The logo of the issuing bank. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. Always returned in Product Configuration object [optional]
IsCoBranded bool Whether the product is co-branded. Must be either true (this is a co-branded product) or false (this is not a co-branded product). Always returned in Product Configuration object [optional]
CoBrandName string Textual name of the co-brand partner. Required if CoBranded is true, not present otherwise. Conditional: Conditionally required if isCoBranded = "true". Not present otherwise [optional]
CoBrandLogoAssetId string The co-brand logo (if any) for this product. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. [optional]
CardBackgroundCombinedAssetId string The card image used to represent the digital card in the wallet. This ?combined? option contains the MasterCard, bank and any co- brand logos. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. Conditional: either CardBackgroundCombined or CardBackground will be provided [optional]
CardBackgroundAssetId string The card image used to represent the digital card in the wallet. This ?non-combined? option does not contain the MasterCard, bank, or co-brand logos. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. Conditional: either CardBackgroundCombined or CardBackground will be provided [optional]
IconAssetId string The icon representing the primary brand(s) associated with this product. Provided as an Asset ID ? use the Get Asset API to retrieve the actual asset. Always returned in Product Configuration object [optional]
ForegroundColor string Foreground color, used to overlay text on top of the card image. Always returned in Product Configuration object [optional]
IssuerName string Name of the issuing bank. Always returned in Product Configuration object [optional]
ShortDescription string A short description for this product. Always returned in Product Configuration object [optional]
LongDescription string A long description for this product. [optional]
CustomerServiceUrl string Customer service website of the issuing bank. [optional]
CustomerServiceEmail string Customer service email address of the issuing bank. [optional]
CustomerServicePhoneNumber string Customer service phone number of the issuing bank. [optional]
IssuerMobileApp Object Contains one or more mobile app details that may be used to deep link from the Mobile Payment App to the issuer mobile app. [optional]
OnlineBankingLoginUrl string Logon URL for the issuing bank?s online banking website. [optional]
TermsAndConditionsUrl string URL linking to the issuing bank?s terms and conditions for this product. [optional]
PrivacyPolicyUrl string URL linking to the issuing bank?s privacy policy for this product. [optional]
IssuerProductConfigCode string Freeform identifier for this product configuration as assigned by the issuer. [optional]

[Back to Model list] [Back to API list] [Back to README]