PaymentOptionDetailResponse constructor
PaymentOptionDetailResponse({
- String? name,
- String? categoryCode,
- String? groupCode,
- String? iconUrl,
- CommonValidation? validation,
- List<
PaymentChannel> ? channels, - int? totalChannel,
- ConfigurationInfo? configurationInfo,
- String? responseCode,
- String? responseDescription,
Implementation
PaymentOptionDetailResponse({
this.name,
this.categoryCode,
this.groupCode,
this.iconUrl,
this.validation,
this.channels,
this.totalChannel,
this.configurationInfo,
this.responseCode,
this.responseDescription,
});