menu
flutterwave_flutterflow package
documentation
models/responses/charge_response.dart
ChargeResponse
ChargeResponse constructor
ChargeResponse constructor
dark_mode
light_mode
ChargeResponse
constructor
ChargeResponse
(
{
String
?
status
,
bool
?
success
,
String
?
transactionId
,
String
?
txRef
,
})
Implementation
ChargeResponse({this.status, this.success, this.transactionId, this.txRef});
flutterwave_flutterflow package
documentation
models/responses/charge_response
ChargeResponse
ChargeResponse constructor
ChargeResponse class