PaymentPreferences constructor

PaymentPreferences({
  1. bool? autoBillOutstanding,
  2. Money? setupFee,
  3. SetupFeeFailureAction? setupFeeFailureAction,
  4. int? paymentFailureThreshold,
})

Implementation

PaymentPreferences(
    {this.autoBillOutstanding,
    this.setupFee,
    this.setupFeeFailureAction,
    this.paymentFailureThreshold});