validate method
Implementation
@override
void validate() {
if (merchant == null && customer == null) {
throw InvalidPaymentBodyException('Unplan field is invalid');
}
}
@override
void validate() {
if (merchant == null && customer == null) {
throw InvalidPaymentBodyException('Unplan field is invalid');
}
}