GetPaymentOptionsRequest constructor

const GetPaymentOptionsRequest({
  1. required String paymentLink,
  2. required List<String> accounts,
  3. @Default.new(false) bool includePaymentInfo,
})

Implementation

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