menu
bede_flutter_sdk package
documentation
models/payment_response.dart
PaymentResponse
PaymentResponse.new constructor
PaymentResponse.new constructor
dark_mode
light_mode
PaymentResponse
constructor
PaymentResponse
(
{
required
String
paymentLink
,
required
String
hashMac
,
required
String
transactionId
,
})
Implementation
PaymentResponse({required this.paymentLink, required this.hashMac, required this.transactionId});
bede_flutter_sdk package
documentation
models/payment_response
PaymentResponse
PaymentResponse.new constructor
PaymentResponse class