billingAttemptsRule property

MandateBillingAttemptsRuleEnum? get billingAttemptsRule

Implementation

MandateBillingAttemptsRuleEnum? get billingAttemptsRule =>
    _$this._billingAttemptsRule;
set billingAttemptsRule (MandateBillingAttemptsRuleEnum? billingAttemptsRule)

Implementation

set billingAttemptsRule(
  MandateBillingAttemptsRuleEnum? billingAttemptsRule,
) => _$this._billingAttemptsRule = billingAttemptsRule;