ThreeDSecureUsage constructor
Data associated with the 3ds usage.
Implementation
@JsonSerializable(explicitToJson: true)
const factory ThreeDSecureUsage({
/// Whether 3ds is supported or not.
bool? isSupported,
}) = _ThreeDSecureUsage;
Data associated with the 3ds usage.
@JsonSerializable(explicitToJson: true)
const factory ThreeDSecureUsage({
/// Whether 3ds is supported or not.
bool? isSupported,
}) = _ThreeDSecureUsage;