BreezEvent.paymentSucceed constructor

const BreezEvent.paymentSucceed({
  1. required Payment details,
})

Indicates that an outgoing payment has been completed successfully

Implementation

const factory BreezEvent.paymentSucceed({
  required Payment details,
}) = BreezEvent_PaymentSucceed;