ActiveConfiguration constructor
- @JsonSerializable(includeIfNull: false)
- PaymentCapture? payment_capture,
- SettlementsConfig? settlements,
- CheckoutConfig? checkout,
- RefundConfig? refund,
- NotificationsConfig? notifications,
- 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;