ProcessorResponse constructor

const ProcessorResponse({
  1. String? avsCode,
  2. String? cvvCode,
  3. String? responseCode,
  4. String? paymentAdviceCode,
})

Implementation

const ProcessorResponse(
    {this.avsCode, this.cvvCode, this.responseCode, this.paymentAdviceCode});