scheduledCompensationAt property

  1. @BuiltValueField.new(wireName: r'scheduledCompensationAt')
DateTime? get scheduledCompensationAt

The date when a compensation transfer to the account is scheduled to happen.

Implementation

@BuiltValueField(wireName: r'scheduledCompensationAt')
DateTime? get scheduledCompensationAt;