ActiveConfiguration constructor

  1. @JsonSerializable(includeIfNull: false)
const ActiveConfiguration({
  1. PaymentCapture? payment_capture,
  2. SettlementsConfig? settlements,
  3. CheckoutConfig? checkout,
  4. RefundConfig? refund,
  5. NotificationsConfig? notifications,
  6. PaymentMethods? payment_methods,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ActiveConfiguration({
  PaymentCapture? payment_capture,
  SettlementsConfig? settlements,
  CheckoutConfig? checkout,
  RefundConfig? refund,
  NotificationsConfig? notifications,
  PaymentMethods? payment_methods,
}) = _ActiveConfiguration;