GetPaymentOptionsRequest constructor
const
GetPaymentOptionsRequest({})
Implementation
const factory GetPaymentOptionsRequest({
required String paymentLink,
required List<String> accounts,
@Default(false) bool includePaymentInfo,
}) = _GetPaymentOptionsRequest;