showInstallmentAmount property

  1. @BuiltValueField.new(wireName: r'showInstallmentAmount')
bool? get showInstallmentAmount

Set to true to show the payment amount per installment.

Implementation

@BuiltValueField(wireName: r'showInstallmentAmount')
bool? get showInstallmentAmount;