PaymentPreferences constructor
      
      PaymentPreferences({ 
    
    
- bool? autoBillOutstanding,
 - Money? setupFee,
 - SetupFeeFailureAction? setupFeeFailureAction,
 - int? paymentFailureThreshold,
 
Implementation
PaymentPreferences(
    {this.autoBillOutstanding,
    this.setupFee,
    this.setupFeeFailureAction,
    this.paymentFailureThreshold});