DisputeOther constructor
const
DisputeOther({
- String? additionalDocumentation,
- String? explanation,
- String? productDescription,
- DisputeProductType? productType,
other
Evidence provided when `reason` is 'other'.
Implementation
const DisputeOther({
this.additionalDocumentation,
this.explanation,
this.productDescription,
this.productType,
});