Package DE_EPAGES::AmazonPayments::API::TLE::WidgetHandler
Provides TLE functions for retrieval of Amazon widgets
Functions
ActiveAmazonRegion
Returns the Amazon region code, if any, to use in the Storefront.
Syntax |
#ActiveAmazonRegion(#PaymentMethod.Object) |
Input |
|
Return |
|
AmazonButtonUrl
Returns an Url to load the AmazonPayments button from
Syntax |
#AmazonButtonUrl(#PaymentMethod, #Color, #Size) |
Example |
<img src='#AmazonButtonUrl(#PaymentMethod.Object, "orange", "medium")' /> |
Input |
|
Return |
|
AmazonWidgetUrl
Returns an Url to load the AmazonPayments widget from
Syntax |
#AmazonWidgetUrl(#PaymentMethod) |
Example |
<script src="#AmazonWidgetUrl(#PaymentMethod.Object)" /> |
Input |
|
Return |
|