GetTreasuryOutboundPaymentsResponse constructor
const
GetTreasuryOutboundPaymentsResponse({
- required List<
TreasuryOutboundPayment> data, - required bool hasMore,
- required String url,
TreasuryOutboundPaymentsResourceOutboundPaymentList
Implementation
const GetTreasuryOutboundPaymentsResponse({
required this.data,
required this.hasMore,
required this.url,
});