RazorpayCustomerEligibility constructor
- @JsonSerializable(includeIfNull: false)
- required dynamic amount,
- CustomersEligibilityInput? customer,
- List<
Instruments> ? instruments,
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayCustomerEligibility({
required dynamic
amount, // number | string, required String currency, String? inquiry,
CustomersEligibilityInput?
customer, // Use the input type or a response-specific one if different
List<Instruments>? instruments,
}) = _RazorpayCustomerEligibility;