merchantIdentifier property
String
get
merchantIdentifier
Gets the merchant identifier for Apple Pay configuration.
This method retrieves the merchant identifier from the SDK settings or falls back to a default value if not configured.
Returns
The merchant identifier string for Apple Pay integration.
Implementation
static String get merchantIdentifier {
return AmwalPaySdk.settings?.additionValues?['merchantIdentifier'] ??
'merchant.applepay.amwalpay';
}