menu
pgw_sdk package
documentation
models/payment_option/payment_option_response.dart
MerchantInfo
MerchantInfo constructor
MerchantInfo constructor
dark_mode
light_mode
MerchantInfo
constructor
MerchantInfo
(
{
String
?
id
,
String
?
name
,
String
?
address
,
String
?
email
,
String
?
logoUrl
,
String
?
bannerUrl
,
})
Implementation
MerchantInfo({ this.id, this.name, this.address, this.email, this.logoUrl, this.bannerUrl, });
pgw_sdk package
documentation
models/payment_option/payment_option_response
MerchantInfo
MerchantInfo constructor
MerchantInfo class