changePaymentAmount abstract method

void changePaymentAmount({
  1. double newAmount = 0,
})

Implementation

void changePaymentAmount({double newAmount = 0});