{
credit_id => $cancellation->accountlines_id,
type => 'CREATE',
amount => $self->amount
amount => 0 - $self->amount
}
)->store();
credit_id => $reduction->accountlines_id,
amount => $params->{amount}
amount => 0 - $params->{amount}
-