PaymentOptionDetailResponse constructor

PaymentOptionDetailResponse({
  1. String? name,
  2. String? categoryCode,
  3. String? groupCode,
  4. String? iconUrl,
  5. CommonValidation? validation,
  6. List<PaymentChannel>? channels,
  7. int? totalChannel,
  8. ConfigurationInfo? configurationInfo,
  9. String? responseCode,
  10. String? responseDescription,
})

Implementation

PaymentOptionDetailResponse({
  this.name,
  this.categoryCode,
  this.groupCode,
  this.iconUrl,
  this.validation,
  this.channels,
  this.totalChannel,
  this.configurationInfo,
  this.responseCode,
  this.responseDescription,
});