menu
shurjopay package
documentation
models/shurjopay_response_model.dart
ShurjopayResponseModel
ShurjopayResponseModel constructor
ShurjopayResponseModel constructor
dark_mode
light_mode
ShurjopayResponseModel
constructor
ShurjopayResponseModel
(
{
bool
?
status
,
int
?
errorCode
,
String
?
message
,
String
?
shurjopayOrderID
,
})
Implementation
ShurjopayResponseModel({ this.status, this.errorCode, this.message, this.shurjopayOrderID, });
shurjopay package
documentation
models/shurjopay_response_model
ShurjopayResponseModel
ShurjopayResponseModel constructor
ShurjopayResponseModel class