RazorpayCardS2SMethod constructor
const
RazorpayCardS2SMethod({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayCardS2SMethod({
// Base fields
required String number,
required String name,
required dynamic expiry_month, // string | number
required dynamic expiry_year, // string | number
required dynamic cvv, // string | number
String? cryptogram_value,
bool? tokenised,
String? token_provider,
String? last4,
String? provider_type,
// S2S specific
PaymentAuthentication? authentication,
}) = _RazorpayCardS2SMethod;