TreasuryOutboundPaymentPostedEvent constructor

const TreasuryOutboundPaymentPostedEvent({
  1. required TreasuryOutboundPayment object,
})

Occurs whenever an OutboundPayment posts.

Implementation

const TreasuryOutboundPaymentPostedEvent({required this.object});