InstallmentInfoRequest constructor

InstallmentInfoRequest({
  1. String? binNumber,
  2. required double price,
  3. String? locale,
  4. String? conversationId,
})

Implementation

InstallmentInfoRequest(
    {this.binNumber,
    required this.price,
    String? locale,
    String? conversationId})
    : super(locale, conversationId);