export declare enum CaptureStatusReasons {
    AmazonRejected = "AmazonRejected",
    ProcessingFailure = "ProcessingFailure",
    MaxAmountRefunded = "MaxAmountRefunded",
    MaxRefundsProcessed = "MaxRefundsProcessed",
    AmazonClosed = "AmazonClosed"
}
