menu
paymentez_sdk package
documentation
models/response/refund_response.dart
RefundResponse
RefundResponse.new constructor
RefundResponse.new constructor
dark_mode
light_mode
RefundResponse
constructor
RefundResponse
(
{
required
String
status
,
required
String
detail
,
})
Implementation
RefundResponse({ required this.status, required this.detail, });
paymentez_sdk package
documentation
models/response/refund_response
RefundResponse
RefundResponse.new constructor
RefundResponse class