paymentProviderSmartGlocal property
Smart Glocal payment provider
Implementation
PaymentProviderSmartGlocal? get paymentProviderSmartGlocal {
if (this is PaymentProviderSmartGlocal) {
return this as PaymentProviderSmartGlocal;
}
return null;
}