installments property

  1. @BuiltValueField.new(wireName: r'installments')
int? get installments

The number of installments for the specified product id.

Implementation

@BuiltValueField(wireName: r'installments')
int? get installments;