reason property

  1. @BuiltValueField.new(wireName: r'reason')
InternalReviewTrackingDataReasonEnum? get reason

The reason why the transfer failed Adyen's internal review. Possible values: - refusedForRegulatoryReasons: the transfer does not comply with Adyen's risk policy. For more information, contact the Support Team.

Implementation

@BuiltValueField(wireName: r'reason')
InternalReviewTrackingDataReasonEnum? get reason;