menu
paypal_sdk package
documentation
core.dart
ProcessorResponse
ProcessorResponse const constructor
ProcessorResponse const constructor
dark_mode
light_mode
ProcessorResponse
constructor
const
ProcessorResponse
(
{
String
?
avsCode
,
String
?
cvvCode
,
String
?
responseCode
,
String
?
paymentAdviceCode
,
})
Implementation
const ProcessorResponse( {this.avsCode, this.cvvCode, this.responseCode, this.paymentAdviceCode});
paypal_sdk package
documentation
core
ProcessorResponse
ProcessorResponse const constructor
ProcessorResponse class